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
Type | Name |
---|---|
ServiceStack.OrmLite.QueryType | forType |
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
Type | Name |
---|---|
ServiceStack.OrmLite.QueryType | forType |
Type Parameters
TModel