BMXNET 4.0 Developer API
Assembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
protected override RowUpdatingEventArgs CreateRowUpdatingEvent( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
Protected Overrides Function CreateRowUpdatingEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatingEventArgs
protected: virtual RowUpdatingEventArgs^ CreateRowUpdatingEvent( DataRow^ dataRow, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping ) override