📄 joinpath.cs
字号:
public DataManagerBase.JoinPathRelation SqlType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","SqlType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the NetType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation NetType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","NetType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the XmlType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation XmlType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","XmlType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the NetSqlType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation NetSqlType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","NetSqlType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the SqlDbType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation SqlDbType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","SqlDbType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the OracleDbType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation OracleDbType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","OracleDbType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the OracleType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation OracleType
{
get
{
RelationList.Add(new DataManagerBase.Relation("DataType","OracleType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
}
/// <summary>
/// Internal class - do not instantiate directly. See <see cref="JoinPath"/>.
/// </summary>
public class ParamColumns : DataManagerBase.JoinPathRelation
{
/// <summary>
/// Default Constructor.
/// </summary>
/// <remarks>
/// Do not construct directly
/// </remarks>
internal ParamColumns(ArrayList relationList, string alias) { RelationList = relationList; OrmAlias = alias; }
/// <summary>
/// Apply constraint to the ID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","ID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the FKProcedureID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation FKProcedureID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","FKProcedureID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the Name
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation Name
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","Name","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the FKDataTypeID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation FKDataTypeID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","FKDataTypeID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the Length
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation Length
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","Length","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the IsOutputParam
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation IsOutputParam
{
get
{
RelationList.Add(new DataManagerBase.Relation("Param","IsOutputParam","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
}
/// <summary>
/// Internal class - do not instantiate directly. See <see cref="JoinPath"/>.
/// </summary>
public class ProcedureColumns : DataManagerBase.JoinPathRelation
{
/// <summary>
/// Default Constructor.
/// </summary>
/// <remarks>
/// Do not construct directly
/// </remarks>
internal ProcedureColumns(ArrayList relationList, string alias) { RelationList = relationList; OrmAlias = alias; }
/// <summary>
/// Apply constraint to the ID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Procedure","ID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the Name
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation Name
{
get
{
RelationList.Add(new DataManagerBase.Relation("Procedure","Name","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the FKDatabaseID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation FKDatabaseID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Procedure","FKDatabaseID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
}
/// <summary>
/// Internal class - do not instantiate directly. See <see cref="JoinPath"/>.
/// </summary>
public class RelationColumns : DataManagerBase.JoinPathRelation
{
/// <summary>
/// Default Constructor.
/// </summary>
/// <remarks>
/// Do not construct directly
/// </remarks>
internal RelationColumns(ArrayList relationList, string alias) { RelationList = relationList; OrmAlias = alias; }
/// <summary>
/// Apply constraint to the ID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","ID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the FKParentTableID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation FKParentTableID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","FKParentTableID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the FKChildTableID
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation FKChildTableID
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","FKChildTableID","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the ForeignKeyColumnName
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ForeignKeyColumnName
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","ForeignKeyColumnName","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the RelationshipType
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation RelationshipType
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","RelationshipType","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the ChildAccessorName
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ChildAccessorName
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","ChildAccessorName","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the ParentAccessorName
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ParentAccessorName
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","ParentAccessorName","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the ChildSetAccessor
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ChildSetAccessor
{
get
{
RelationList.Add(new DataManagerBase.Relation("Relation","ChildSetAccessor","","", this.OrmAlias, this.OrmAlias));
return this;
}
}
/// <summary>
/// Apply constraint to the ChildGetAccessor
/// </summary>
/// <value>
/// A relationship chain to constrain the criteria with
/// </value>
public DataManagerBase.JoinPathRelation ChildGetAccessor
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -