ComponentOne DataObjects for .NET
HasChanges() Method

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class > HasChanges Method : HasChanges() Method
Gets a value indicating whether the data set has changes, including new, deleted, or modified rows, optionally filtered by C1.Data.DataRowStateEnum.
Syntax
'Declaration
 
Public Overloads Function HasChanges() As System.Boolean
public System.bool HasChanges()
Remarks
You can examine HasChanges before calling GetChanges method.
See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members
Overload List
DataSet Property