Class SqlExtensions
This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.
public static class SqlExtensions
- Inheritance
-
objectSqlExtensions
Methods
CreateCount(ISqlTableSource, MappingSchema)
public static SqlExtendedFunction CreateCount(this ISqlTableSource table, MappingSchema mappingSchema)
Parameters
tableISqlTableSourcemappingSchemaMappingSchema
Returns
EnsureQuery(SqlStatement)
This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.
public static SelectQuery EnsureQuery(this SqlStatement statement)
Parameters
statementSqlStatement
Returns
HasSomeModifiers(SqlSelectClause, bool, bool)
This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.
public static bool HasSomeModifiers(this SqlSelectClause select, bool ignoreSkip, bool ignoreTake)
Parameters
selectSqlSelectClauseignoreSkipboolignoreTakebool
Returns
WithName(SqlFunction, string)
public static SqlFunction WithName(this SqlFunction func, string name)
Parameters
funcSqlFunctionnamestring