ArcObjects Library Reference (GeoDatabaseDistributed)  

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,
  IQueryFilter** Filter
);
[C++]

Parameters

changeType [in]

  changeType is a parameter of type esriDataChangeType

Filter [out, retval]

  Filter is a parameter of type IQueryFilter

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