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