Adds item to collection.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
public void Add(
string propertyName,
string columnName,
string displayName,
Object previousValue,
Object currentValue
)
public void Add(
string propertyName,
string columnName,
string displayName,
Object previousValue,
Object currentValue
)
Public Sub Add (
propertyName As String,
columnName As String,
displayName As String,
previousValue As Object,
currentValue As Object
)
Public Sub Add (
propertyName As String,
columnName As String,
displayName As String,
previousValue As Object,
currentValue As Object
)
Parameters
- propertyName
- Type: System String
Property name.
- columnName
- Type: System String
Field name.
- displayName
- Type: System String
Display name.
- previousValue
- Type: System Object
Previous value.
- currentValue
- Type: System Object
Current value.