Click or drag to resize

SqliteProviderCreateCommand Method (DataContext, String, Object)

Create command from string and params

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public IDbCommand CreateCommand(
	DataContext context,
	string sql,
	params Object[] parms
)

Parameters

context
Type: SanteDB.OrmLiteDataContext

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

sql
Type: SystemString

[Missing <param name="sql"/> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.CreateCommand(SanteDB.OrmLite.DataContext,System.String,System.Object[])"]

parms
Type: SystemObject

[Missing <param name="parms"/> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.CreateCommand(SanteDB.OrmLite.DataContext,System.String,System.Object[])"]

Return Value

Type: IDbCommand

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.CreateCommand(SanteDB.OrmLite.DataContext,System.String,System.Object[])"]

Implements

IDbProviderCreateCommand(DataContext, String, Object)
See Also