DataCommandType.TabularFunction Field
Indicates a tabular function command type, where the command text is the identifier of a function to execute that returns a result set.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const TabularFunction As Integer
public const int TabularFunction
public:
literal int TabularFunction
static val mutable TabularFunction: int
public const var TabularFunction : int
Remarks
This name must follow all standard rules for tabular function identifiers on the data source. Executing the command will cause all data returned by this function to be selected (given a valid set of parameters).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.