This document is archived and information here might be outdated.  Recommended version.


ITableDataChangesInfo.GetFilter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITableDataChangesInfo Interface > ITableDataChangesInfo.GetFilter Method
ArcGIS Developer Help

ITableDataChangesInfo.GetFilter Method

The filter for the inserts table.

[Visual Basic .NET]
Public Function GetFilter ( _
    ByVal changeType As esriDataChangeType _
) As IQueryFilter
[C#]
public IQueryFilter GetFilter (
    esriDataChangeType changeType
);
[C++]
HRESULT GetFilter(
  esriDataChangeType changeType
);
[C++]
Parameters
changeType [in]

changeType is a parameter of type esriDataChangeType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This method returns the filter, if any, that was set for the specified data change type.  See the SetFilter method for more information.

The changeType parameter takes a member of the esriDataChangeType enumeration to determine which filter will be returned.  

See Also

ITableDataChangesInfo Interface