Defines the interface of DataProcedureParameters.
It is a wrapper object for the collection of DbParameters to be
fed into database procedure.
Namespace: Cartella.InterfacesIt is in charge of casting a string, IField, or generic object value to the desired Database Parameter type.
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IDataProcedureParameters |
| Visual Basic |
|---|
Public Interface IDataProcedureParameters |
| Visual C++ |
|---|
public interface class IDataProcedureParameters |