C# Class Shaolinq.Persistence.Linq.Expressions.SqlColumnExpression

Represents an access to an sql-projected SQL column. The access may be to an outer select in which case the SelectAlias property is the alias given of the outer select.
Inheritance: SqlBaseExpression
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
ChangeAlias ( string replacement ) : Expression
ChangeToNullable ( ) : SqlColumnExpression
Equals ( object obj ) : bool
GetHashCode ( ) : int
SqlColumnExpression ( Type type, string alias, string name, bool special = false ) : System
ToString ( ) : string

Method Details

ChangeAlias() public méthode

public ChangeAlias ( string replacement ) : Expression
replacement string
Résultat System.Linq.Expressions.Expression

ChangeToNullable() public méthode

public ChangeToNullable ( ) : SqlColumnExpression
Résultat SqlColumnExpression

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SqlColumnExpression() public méthode

public SqlColumnExpression ( Type type, string alias, string name, bool special = false ) : System
type System.Type
alias string
name string
special bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string