Definition
- Namespace:
- Tizen.Data.Tdbc
- Assembly:
- Tizen.Data.Tdbc.dll
RecordChangedEventArgs class. This class is an event arguments of the RecordChanged events.
public class RecordChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
RecordChangedEventArgs
Properties
View Source
Database
Gets the database name of the record chagned event.
Declaration
public string Database { get; }
Property Value
View Source
OperationType
Gets the operation type of the record changed event.
Declaration
public OperationType OperationType { get; }
Property Value
Declaration
public IRecord Record { get; }
Property Value
View Source
Table
Gets the table name of the record changed event.
Declaration
public string Table { get; }
Property Value