Method | Description | |
---|---|---|
Clone ( ) : |
||
ContainsColumn ( ObjectName columnName ) : bool | ||
ContainsName ( string name ) : bool | ||
LeftJoin ( |
||
MergeJoin ( |
||
RightJoin ( |
||
SetCachePoint ( ) : void | ||
SetUpdated ( ) : void | ||
TablePlan ( IQueryPlanNode plan, ObjectName columnNames, string uniqueNames ) : System | ||
UpdatePlan ( IQueryPlanNode queryPlan ) : void |
public ContainsColumn ( ObjectName columnName ) : bool | ||
columnName | ObjectName | |
return | bool |
public LeftJoin ( |
||
left | ||
joinType | JoinType | |
onExpression | ||
return | void |
public MergeJoin ( |
||
left | ||
right | ||
return | void |
public RightJoin ( |
||
right | ||
joinType | JoinType | |
onExpression | ||
return | void |
public TablePlan ( IQueryPlanNode plan, ObjectName columnNames, string uniqueNames ) : System | ||
plan | IQueryPlanNode | |
columnNames | ObjectName | |
uniqueNames | string | |
return | System |
public UpdatePlan ( IQueryPlanNode queryPlan ) : void | ||
queryPlan | IQueryPlanNode | |
return | void |