Share via


DbBatchCommand.CommandType Proprietà

Definizione

Ottiene o imposta la modalità di interpretazione della CommandText proprietà.

public:
 abstract property System::Data::CommandType CommandType { System::Data::CommandType get(); void set(System::Data::CommandType value); };
public abstract System.Data.CommandType CommandType { get; set; }
member this.CommandType : System.Data.CommandType with get, set
Public MustOverride Property CommandType As CommandType

Valore della proprietà

Uno dei valori di enumerazione che specifica come viene interpretata una stringa di comando. Il valore predefinito è Text.

Si applica a