Skip to main content

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
TypeName
IDbConnectiondb
TypeforType

CreateTypedApi(IDbCommand, Type)

View Source
Declaration
public static IUntypedApi CreateTypedApi(this IDbCommand dbCmd, Type forType)
Returns

ServiceStack.OrmLite.IUntypedApi

Parameters
TypeName
IDbCommanddbCmd
TypeforType

CreateTypedApi(Type)

View Source
Declaration
public static IUntypedApi CreateTypedApi(this Type forType)
Returns

ServiceStack.OrmLite.IUntypedApi

Parameters
TypeName
TypeforType