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

Inheritance: SqlBaseExpression
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
SqlCreateTypeExpression ( Expression sqlType, Expression asExpression, bool ifNotExist ) : System.Linq.Expressions

Method Details

SqlCreateTypeExpression() public méthode

public SqlCreateTypeExpression ( Expression sqlType, Expression asExpression, bool ifNotExist ) : System.Linq.Expressions
sqlType System.Linq.Expressions.Expression
asExpression System.Linq.Expressions.Expression
ifNotExist bool
Résultat System.Linq.Expressions