Search Results for

    Show / Hide Table of Contents

    Class TableMonitorDataRow

    Table key

    Inheritance
    System.Object
    TableMonitorDataRow
    Inherited Members
    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 TableMonitorDataRow

    Properties

    | Improve this Doc View Source

    Hash

    Gets or sets the hash

    Declaration
    public string Hash { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PrimaryKey

    Gets or sets the primary key

    Declaration
    public string PrimaryKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Row

    Gets or sets the row

    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

    Updated

    Gets or sets whether the row was updated

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