This document is archived and information here might be outdated. Recommended version. |
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
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.