Method | Description | |
---|---|---|
CreateReference ( string newTableAlias, |
||
GetColumn ( |
||
SqlEntityDefinitionExpression ( |
||
ToString ( ) : string | ||
Update ( |
Method | Description | |
---|---|---|
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
public CreateReference ( string newTableAlias, |
||
newTableAlias | string | |
newType | ||
return |
public GetColumn ( |
||
type | ||
columnName | string | |
isPrimaryKeyColumn | bool | |
return |
public SqlEntityDefinitionExpression ( |
||
entityType | ||
tableAlias | string | |
entityName | string | |
identityExpressionGenerator | Expression>.Func | |
return | System |
public Update ( |
||
itemType | ||
tableAlias | string | |
entityName | string | |
return |
protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
||
visitor | System.Linq.Expressions.ExpressionTreeVisitor | |
return |