Skip to main content

ISqlExpression

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public interface ISqlExpression

Properties

Params

View Source
Declaration
List<IDbDataParameter> Params { get; }

Methods

ToSelectStatement()

View Source
Declaration
string ToSelectStatement()
Returns

System.String

ToSelectStatement(QueryType)

View Source
Declaration
string ToSelectStatement(QueryType forType)
Returns

System.String

Parameters
TypeName
ServiceStack.OrmLite.QueryTypeforType

SelectInto<TModel>()

View Source
Declaration
string SelectInto<TModel>()
Returns

System.String

Type Parameters
  • TModel

SelectInto<TModel>(QueryType)

View Source
Declaration
string SelectInto<TModel>(QueryType forType)
Returns

System.String

Parameters
TypeName
ServiceStack.OrmLite.QueryTypeforType
Type Parameters
  • TModel