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 = 3
The user defined function is an inline function.
Scalar = 1
The user defined function is a scalar-valued function.
Table = 2
The user defined function is a table-valued function.
Unknown = 0
The type is unknown.