DataCommandType.TabularFunction 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 tabular function command type, where the command text is the identifier of a function to execute that returns a result set.
public: int TabularFunction = 6;
public const int TabularFunction = 6;
val mutable TabularFunction : int
Public Const TabularFunction As Integer = 6