Enum SqlCommandType
Describes the type of the command passed to the SqlDependency.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum SqlCommandType
Fields
Name | Description |
---|---|
StoredProcedure | The name of a stored procedure. |
TableDirect | The name of a table. |
Text | An SQL text command. (Default.) |