Class RecordChangedEventArgs

    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
    Type Description
    string
    View Source

    OperationType

    Gets the operation type of the record changed event.

    Declaration
    public OperationType OperationType { get; }
    Property Value
    Type Description
    OperationType
    View Source

    Record

    Gets the changed record.

    Declaration
    public IRecord Record { get; }
    Property Value
    Type Description
    IRecord
    Remarks

    If the operation type is Delete, the changed record may by empty.

    View Source

    Table

    Gets the table name of the record changed event.

    Declaration
    public string Table { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX