Search Results for

    Show / Hide Table of Contents

    Class AffectedRowEventArgs

    Affected row event args

    Inheritance
    System.Object
    System.EventArgs
    AffectedRowEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.TableMonitor
    Assembly: Simplic.TableMonitor.dll
    Syntax
    public class AffectedRowEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Row

    Gets or sets the primary keys

    Declaration
    public IDictionary<string, object> Row { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    TableName

    Gets or sets the table name

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx