Enum CallableKind
Kind of callable object.
public enum CallableKind
- Extension Methods
Fields
AggregateFunction = 1Aggregate function.
ScalarFunction = 0Scalar function.
StoredProcedure = 3Stored procedure.
TableFunction = 2Table function.
Kind of callable object.
public enum CallableKind
AggregateFunction = 1Aggregate function.
ScalarFunction = 0Scalar function.
StoredProcedure = 3Stored procedure.
TableFunction = 2Table function.