Class Query.Relation
Inheritance
Query.Relation
Assembly: DataWeb.Data.SqlServer.dll
Syntax
public class Query.Relation
Constructors
Relation(Table, RelationType)
Declaration
public Relation(Query.Table relationTable, RelationType relationType)
Parameters
Relation(Table, string, string)
Declaration
public Relation(Query.Table relationTable, string relationTableField, string tableField)
Parameters
Relation(Table, string, string, FilterItemPart)
Declaration
public Relation(Query.Table relationTable, string relationTableField, string tableField, FilterItemPart itemPart)
Parameters
Properties
ItemPart
Declaration
public FilterItemPart ItemPart { get; set; }
Property Value
RelationTable
Declaration
public Query.Table RelationTable { get; set; }
Property Value
RelationTableField
Declaration
public string RelationTableField { get; set; }
Property Value
RelationType
Declaration
public RelationType RelationType { get; set; }
Property Value
TableField
Declaration
public string TableField { get; set; }
Property Value