DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Query.Table

    Inheritance
    object
    Query.Table
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data.SqlServer
    Assembly: DataWeb.Data.SqlServer.dll
    Syntax
    public class Query.Table

    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
    Type Name Description
    string dataTable
    string sectionName
    string sectionDataName

    Table(string, string[], string)

    Declaration
    public Table(string dataTable, string[] sectionNames, string sectionDataName)
    Parameters
    Type Name Description
    string dataTable
    string[] sectionNames
    string sectionDataName

    Properties

    DataTable

    Declaration
    public string DataTable { get; set; }
    Property Value
    Type Description
    string

    Fields

    Declaration
    public string[] Fields { get; set; }
    Property Value
    Type Description
    string[]

    IsPermissionRule

    Declaration
    public bool IsPermissionRule { get; set; }
    Property Value
    Type Description
    bool

    IsRequired

    Declaration
    public bool IsRequired { get; set; }
    Property Value
    Type Description
    bool

    MasterFields

    Declaration
    public string[] MasterFields { get; set; }
    Property Value
    Type Description
    string[]

    PermissionSet

    Declaration
    public PermissionSet PermissionSet { get; set; }
    Property Value
    Type Description
    PermissionSet

    Relation

    Declaration
    public Query.Relation Relation { get; set; }
    Property Value
    Type Description
    Query.Relation

    RelationFields

    Declaration
    public string[] RelationFields { get; set; }
    Property Value
    Type Description
    string[]

    SectionDataName

    Declaration
    public string SectionDataName { get; set; }
    Property Value
    Type Description
    string

    SectionName

    Declaration
    public string SectionName { get; set; }
    Property Value
    Type Description
    string

    SectionNames

    Declaration
    public string[] SectionNames { get; set; }
    Property Value
    Type Description
    string[]

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX