Class Query.Table
Assembly: DataWeb.Data.SqlServer.dll
Syntax
Constructors
Table(string)
Declaration
public Table(string dataTable)
Parameters
| Type |
Name |
Description |
| string |
dataTable |
|
Table(string, string, string)
Declaration
public Table(string dataTable, string sectionName, string sectionDataName)
Parameters
Table(string, string[], string)
Declaration
public Table(string dataTable, string[] sectionNames, string sectionDataName)
Parameters
Properties
DataTable
Declaration
public string DataTable { get; set; }
Property Value
Fields
Declaration
public string[] Fields { get; set; }
Property Value
IsPermissionRule
Declaration
public bool IsPermissionRule { get; set; }
Property Value
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
MasterFields
Declaration
public string[] MasterFields { get; set; }
Property Value
PermissionSet
Declaration
public PermissionSet PermissionSet { get; set; }
Property Value
Relation
Declaration
public Query.Relation Relation { get; set; }
Property Value
RelationFields
Declaration
public string[] RelationFields { get; set; }
Property Value
SectionDataName
Declaration
public string SectionDataName { get; set; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
SectionNames
Declaration
public string[] SectionNames { get; set; }
Property Value
TableName
Declaration
public string TableName { get; set; }
Property Value