asp.net.ph

RowUpdatingEventArgs.StatementType Property

System.Data.Common Namespace   RowUpdatingEventArgs Class


Returns the type of SQL statement executed.

[ VB ]
Public ReadOnly Property StatementType As StatementType

[ C# ]
public StatementType StatementType {get;}

[ C++ ]
public: __property StatementType get_StatementType ( );

[ JScript ]
public function get StatementType ( ) : StatementType;

Property Value

The type of SQL statement executed.

Remarks

StatementType can be one of the following values:

  • Select
  • Insert
  • Update
  • Delete

See Also

RowUpdatingEventArgs Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph