Click or drag to resize

IDbProviderCreateCommand(DataContext, SqlStatement) Method

Creates a command on the specified transaction

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
IDbCommand CreateCommand(
	DataContext context,
	SqlStatement stmt
)

Parameters

context  DataContext

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

stmt  SqlStatement

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

Return Value

IDbCommand

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

See Also