Enum SqlUserDefinedFunctionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of user defined function.
public enum SqlUserDefinedFunctionType
Fields
Inline = 3The user defined function is an inline function.
Scalar = 1The user defined function is a scalar-valued function.
Table = 2The user defined function is a table-valued function.
Unknown = 0The type is unknown.