Click or drag to resize

FirebirdSQLProviderCreateStoredProcedureCommand Method

Create a stored procedure execution

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

Parameters

context
Type: SanteDB.OrmLiteDataContext
The context of the command
spName
Type: SystemString
The stored procedure name
parms
Type: SystemObject
The parameters to be created

Return Value

Type: IDbCommand
The constructed command object

Implements

IDbProviderCreateStoredProcedureCommand(DataContext, String, Object)
See Also