Enum OracleCommandType
Describes the type of the Oracle command passed to the OracleDependency.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum OracleCommandType
Fields
| Name | Description |
|---|---|
| StoredProcedure | When the CommandType property is set to StoredProcedure, the CommandText property should be set to the name of the stored procedure. |
| Text | Text SQL statement to execute against the database. |