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: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public IDbCommand CreateStoredProcedureCommand(
	DataContext context,
	string spName,
	params Object[] parms
)

Parameters

context  DataContext
The context of the command
spName  String
The stored procedure name
parms  Object
The parameters to be created

Return Value

IDbCommand
The constructed command object

Implements

IDbProviderCreateStoredProcedureCommand(DataContext, String, Object)
See Also