Click or drag to resize

IDbProviderCreateCommand Method (DataContext, SqlStatement)

Creates a command on the specified transaction

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
IDbCommand CreateCommand(
	DataContext context,
	SqlStatement stmt
)

Parameters

context
Type: SanteDB.OrmLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.CreateCommand(SanteDB.OrmLite.DataContext,SanteDB.OrmLite.SqlStatement)"]

stmt
Type: SanteDB.OrmLiteSqlStatement

[Missing <param name="stmt"/> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.CreateCommand(SanteDB.OrmLite.DataContext,SanteDB.OrmLite.SqlStatement)"]

Return Value

Type: IDbCommand

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.IDbProvider.CreateCommand(SanteDB.OrmLite.DataContext,SanteDB.OrmLite.SqlStatement)"]

See Also