![]() | SphinxQLRowUpdatingEventArgs Class |
Namespace: SphinxConnector.SphinxQL
The SphinxQLRowUpdatingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | SphinxQLRowUpdatingEventArgs |
Initializes a new instance of the SphinxQLRowUpdatingEventArgs class.
|
Name | Description | |
---|---|---|
![]() | Command |
Gets or sets the SphinxQLCommand to execute when performing the Update(DataSet).
|
![]() | Errors | Gets any errors generated by the .NET Framework data provider when the Command executes. (Inherited from RowUpdatingEventArgs.) |
![]() | Row | Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. (Inherited from RowUpdatingEventArgs.) |
![]() | StatementType | Gets the type of SQL statement to execute. (Inherited from RowUpdatingEventArgs.) |
![]() | Status | Gets or sets the UpdateStatus of the Command property. (Inherited from RowUpdatingEventArgs.) |
![]() | TableMapping | Gets the DataTableMapping to send through the Update(DataSet). (Inherited from RowUpdatingEventArgs.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |