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 SourceHash
Gets or sets the hash
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryKey
Gets or sets the primary key
Declaration
public string PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Updated
Gets or sets whether the row was updated
Declaration
public bool Updated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |