UntypedApiExtensions
Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public static class UntypedApiExtensions : object
Methods
CreateTypedApi(IDbConnection, Type)
View Source
Declaration
public static IUntypedApi CreateTypedApi(this IDbConnection db, Type forType)
Returns
ServiceStack.OrmLite.IUntypedApi
Parameters
Type | Name |
---|---|
IDbConnection | db |
Type | forType |
CreateTypedApi(IDbCommand, Type)
View Source
Declaration
public static IUntypedApi CreateTypedApi(this IDbCommand dbCmd, Type forType)
Returns
ServiceStack.OrmLite.IUntypedApi
Parameters
Type | Name |
---|---|
IDbCommand | dbCmd |
Type | forType |
CreateTypedApi(Type)
View Source
Declaration
public static IUntypedApi CreateTypedApi(this Type forType)
Returns
ServiceStack.OrmLite.IUntypedApi
Parameters
Type | Name |
---|---|
Type | forType |