DataCommandType.ScalarFunction Field

Definition

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

Field Value

Value = 5

Applies to