Search Results for

    Show / Hide Table of Contents

    Class TableMonitorData

    Table monitoring data

    Inheritance
    System.Object
    TableMonitorData
    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 TableMonitorData

    Properties

    | Improve this Doc View Source

    ConnectionStringName

    Gets or sets the connection string name

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

    CreateDateTime

    Gets or sets the create date time

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Data

    Gets or sets the primary key configuration as byte-array

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    PrimaryKeys

    Gets or sets a comma separated list of primary keys

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

    Row

    Gets or sets primary key list

    Declaration
    public IList<TableMonitorDataRow> Row { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TableMonitorDataRow>
    | Improve this Doc View Source

    TableName

    Table name

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

    UpdateDateTime

    Gets or sets the update date time

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