Click or drag to resize

IDbProviderCreateStoredProcedureCommand Method

Creates a stored procedure call command

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

Parameters

context
Type: SanteDB.OrmLiteDataContext

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

spName
Type: SystemString

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

parms
Type: SystemObject

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

Return Value

Type: IDbCommand

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

See Also