Share via


DataCommandType.ScalarFunction Field

Indicates a scalar function command type, where the command text is the identifier of a function to be executed that returns a scalar value.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Const ScalarFunction As Integer
public const int ScalarFunction
public:
literal int ScalarFunction
static val mutable ScalarFunction: int
public const var ScalarFunction : int

Remarks

The name returned must follow all standard rules for scalar function identifiers on the data source. Executing the command causes the value of the function to be retrieved (given a valid set of parameters).

.NET Framework Security

See Also

Reference

DataCommandType Class

Microsoft.VisualStudio.Data Namespace