ITableMeta Interface
.NET Standard 2.x
Represents the various settings for the database. It provides properties for the DataStore's DBMS connection.
You can also specify the stored procedure for the update activity.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public interface ITableMeta : IDwTable
Properties
Name | Return Type | Description |
---|---|---|
SelectAttribute | string | Gets a string containing the PBSELECT statement for the DataWindow. |
Methods
Name | Return Type | Description |
---|---|---|
AddArgument(string name, Type type) | void | Adds the search parameter name and type of the DataWindow. |
AddColumn(IDwColumn column) | void | Adds columns to DataWindow. |