SqlExecutionException.Commands Propiedad

Definición

Obtiene los comandos SQL que se ejecutan cuando se produjo la excepción.

public:
 property System::String ^ Commands { System::String ^ get(); };
public string Commands { get; }
member this.Commands : string
Public ReadOnly Property Commands As String

Valor de propiedad

Los comandos SQL que se ejecutan cuando se produjo la excepción.

Se aplica a