Defines a set of constants that can be returned by the ProcedureType property.
[Visual Basic]
Public Enum ProcedureType
[C#]
public enum ProcedureType
Remarks
Defines a set of constants that can be returned by the ProcedureType property.
Members
| Member Name | Description |
|---|---|
| DeleteProcedure | Specifies a DELETE procedure. |
| InsertProcedure | Specifies an INSERT procedure. |
| SelectProcedure | Specifies a SELECT procedure. |
| UpdateProcedure | Specifies an UPDATE procedure. |
Requirements
Namespace: WRQ.Verastream.HostIntegrator Namespace
Assembly: WRQ.Verastream.HostIntegrator.dll
See Also
WRQ.Verastream.HostIntegrator Namespace