Event DataRowInserting
Occurs when DataRow is inserting.
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public event EventHandler<DataRowEventArgs> DataRowInserting
Returns
Type | Description |
---|---|
System.EventHandler<DataRowEventArgs> |
Occurs when DataRow is inserting.
public event EventHandler<DataRowEventArgs> DataRowInserting
Type | Description |
---|---|
System.EventHandler<DataRowEventArgs> |