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

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

Méthodes publiques

Méthode Description
SqlStatementListExpression ( ) : System.Collections.Generic
SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic

Method Details

SqlStatementListExpression() public méthode

public SqlStatementListExpression ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SqlStatementListExpression() public méthode

public SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
statements IEnumerable
Résultat System.Collections.Generic

SqlStatementListExpression() public méthode

public SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic
statements IReadOnlyList
Résultat System.Collections.Generic