DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Query.Relation

    Inheritance
    object
    Query.Relation
    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.Relation

    Constructors

    Relation(Table, RelationType)

    Declaration
    public Relation(Query.Table relationTable, RelationType relationType)
    Parameters
    Type Name Description
    Query.Table relationTable
    RelationType relationType

    Relation(Table, string, string)

    Declaration
    public Relation(Query.Table relationTable, string relationTableField, string tableField)
    Parameters
    Type Name Description
    Query.Table relationTable
    string relationTableField
    string tableField

    Relation(Table, string, string, FilterItemPart)

    Declaration
    public Relation(Query.Table relationTable, string relationTableField, string tableField, FilterItemPart itemPart)
    Parameters
    Type Name Description
    Query.Table relationTable
    string relationTableField
    string tableField
    FilterItemPart itemPart

    Properties

    ItemPart

    Declaration
    public FilterItemPart ItemPart { get; set; }
    Property Value
    Type Description
    FilterItemPart

    RelationTable

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

    RelationTableField

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

    RelationType

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

    TableField

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