DbTableChangerRecord
Namespace: TagBites.DB.Utils
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbTableChangerRecordInheritance: object → DbTableChangerRecord
Properties
Section titled “Properties”IsKeyEmpty
Section titled “IsKeyEmpty”public bool IsKeyEmpty { get; }Property Value
Section titled “Property Value”public object Key { get; set; }Property Value
Section titled “Property Value”public IList<object> Keys { get; }Property Value
Section titled “Property Value”Status
Section titled “Status”public DbTableChangerRecordStatus Status { get; }Property Value
Section titled “Property Value”Values
Section titled “Values”public IEnumerable<KeyValuePair<string, object>> Values { get; }Property Value
Section titled “Property Value”IEnumerable<KeyValuePair<string, object>>
Indexers
Section titled “Indexers”public object Item[string columnName] { get; set; }