RowUpdatingEventArgs.StatementType Propiedad

Definición

Obtiene el tipo de instrucción SQL que se va a ejecutar.

public:
 property System::Data::StatementType StatementType { System::Data::StatementType get(); };
public System.Data.StatementType StatementType { get; }
member this.StatementType : System.Data.StatementType
Public ReadOnly Property StatementType As StatementType

Valor de propiedad

StatementType

Tipo de instrucción SQL que se va a ejecutar.

Comentarios

StatementType puede ser uno de los siguientes valores:

  • Seleccionar

  • Insertar

  • Actualizar

  • Eliminar

Se aplica a

Consulte también