C# Class Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlColumnDefinitionExpression

Defines a SQL column as an item with a given name coming from a given table alias. The column is represented as [alias].[name].
Inheritance: SqlColumnExpression
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
SqlColumnDefinitionExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
ToString ( ) : string
Update ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression

Method Details

Accept() public méthode

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression

SqlColumnDefinitionExpression() public méthode

public SqlColumnDefinitionExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
type System.Type
owningTableAlias string
columnName string
isPrimaryKey bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression
type System.Type
owningTableAlias string
columnName string
isPrimaryKey bool
Résultat SqlColumnExpression