Class AffectedRowEventArgs
Affected row event args
Inheritance
System.Object
System.EventArgs
AffectedRowEventArgs
Inherited Members
System.EventArgs.Empty
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 AffectedRowEventArgs : EventArgs
Properties
| Improve this Doc View SourceRow
Gets or sets the primary keys
Declaration
public IDictionary<string, object> Row { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
TableName
Gets or sets the table name
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |