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

Inheritance: SqlBaseExpression
Datei anzeigen Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlStatementListExpression ( ) : System.Collections.Generic
SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic

Method Details

SqlStatementListExpression() public method

public SqlStatementListExpression ( ) : System.Collections.Generic
return System.Collections.Generic

SqlStatementListExpression() public method

public SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
statements IEnumerable
return System.Collections.Generic

SqlStatementListExpression() public method

public SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic
statements IReadOnlyList
return System.Collections.Generic