This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IEnumSchemaChange Interface > IEnumSchemaChange.HasChanges Method (ArcObjects .NET 10.4 SDK) |
Indicates if there are schema changes.
[Visual Basic .NET] Public Function HasChanges ( _ ) As Boolean
[C#] public bool HasChanges ( );
[C++]
HRESULT HasChanges(
VARIANT_BOOL* pHasSchemaChanges
);
[C++]
Parameters pHasSchemaChanges [out, retval] pHasSchemaChanges is a parameter of type VARIANT_BOOL
The HasChanges property returns TRUE if there are schema changes, it returns FALSE if there are no schema differences.