CommandDefinitionCommandType Property |
The type of command that the command-text represents
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<CommandType> CommandType { get; }
Public ReadOnly Property CommandType As Nullable(Of CommandType)
Get
public:
property Nullable<CommandType> CommandType {
Nullable<CommandType> get ();
}
member CommandType : Nullable<CommandType> with get
Property Value
Type:
NullableCommandTypeSee Also