Click or drag to resize

FirebirdSQLProviderCreateCommand Method (DataContext, String, Object)

Create a command

Namespace:  SanteDB.OrmLite.Providers.Firebird
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
The data context to create the command on
sql
Type: SystemString
The SQL contents
parms
Type: SystemObject
The parameter values

Return Value

Type: IDbCommand
The constructed command

Implements

IDbProviderCreateCommand(DataContext, String, Object)
See Also