BaseObject GetChanges Method Nemiro.Data.dll
Returns information about the data changes.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public DataChangeInfoCollection GetChanges(
	StringComparison stringComparisonType = StringComparison.InvariantCultureIgnoreCase
)

Parameters

stringComparisonType (Optional)
Type: System StringComparison
Type of string comparison.

Return Value

Type: DataChangeInfoCollection
See Also