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 SourceConnectionStringName
Gets or sets the connection string name
Declaration
public string ConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Data
Gets or sets the primary key configuration as byte-array
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
PrimaryKeys
Gets or sets a comma separated list of primary keys
Declaration
public string PrimaryKeys { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Row
Gets or sets primary key list
Declaration
public IList<TableMonitorDataRow> Row { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TableMonitorDataRow> |
TableName
Table name
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDateTime
Gets or sets the update date time
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |