Click or drag to resize

SqliteProviderCreateStoredProcedureCommand Method

Create stored procedure command

Namespace: SanteDB.OrmLite.Providers.Sqlite
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

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

spName  String

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

parms  Object

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

Return Value

IDbCommand

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

Implements

IDbProviderCreateStoredProcedureCommand(DataContext, String, Object)
See Also