TypeCommand EnumerationNemiro.Data.dll
List of commands types.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public enum TypeCommand
Members

  Member nameValueDescription
Auto0 Automatic detection (default).
StoredProcedure1 Name of the stored procedure.
TableDirect2 Table name.
Text3 T-SQL query.
See Also