#include <IFeatureCommand.h>
Inherits FdoICommand.
Inherited by FdoIAcquireLock, FdoIBaseSelect, FdoICommitLongTransaction, FdoIDelete, FdoIGetLockInfo, FdoIReleaseLock, FdoIRollbackLongTransaction, and FdoIUpdate.
Public Member Functions | |
virtual FDO_API FdoIdentifier * | GetFeatureClassName ()=0 |
Gets the name of the class to be operated upon as an identifier. | |
virtual FDO_API FdoFilter * | GetFilter ()=0 |
Gets the filter as a filter tree. | |
virtual FDO_API void | SetFeatureClassName (FdoString *value)=0 |
Sets the name of the class to be operated upon as an identifier. | |
virtual FDO_API void | SetFeatureClassName (FdoIdentifier *value)=0 |
Sets the name of the class to be operated upon as an identifier. | |
virtual FDO_API void | SetFilter (FdoString *value)=0 |
Sets the filter as a Filter tree. | |
virtual FDO_API void | SetFilter (FdoFilter *value)=0 |
Sets the filter as a Filter tree. | |
Friends | |
class | FdoIConnection |
Definition at line 41 of file IFeatureCommand.h.