DataCommandType.ScalarFunction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a scalar function command type, where the command text is the identifier of a function to be executed that returns a scalar value.
public: int ScalarFunction = 5;
public const int ScalarFunction = 5;
val mutable ScalarFunction : int
Public Const ScalarFunction As Integer = 5