FDO .NET API Reference Feature Data Objects

The CommandType enumeration defines the list of abstract commands a feature provider can support.

()

Enumerator:
CommandType_Select  Represents the Select command.
CommandType_Insert  Represents the Insert command.
CommandType_Delete  Represents the Delete command.
CommandType_Update  Represents the Update command.
CommandType_DescribeSchema  Represents the DescribeSchema command.
CommandType_DescribeSchemaMapping  Represents the DescribeSchemaMapping command.
CommandType_ApplySchema  Represents the ApplySchema command.
CommandType_DestroySchema  Represents the DestroySchema command.
CommandType_ActivateSpatialContext  Represents the ActivateSpatialContext command.
CommandType_CreateSpatialContext  Represents the CreateSpatialContext command.
CommandType_DestroySpatialContext  Represents the DestroySpatialContext command.
CommandType_GetSpatialContexts  Represents the GetSpatialContexts command.
CommandType_CreateMeasureUnit  Represents the CreateMeasureUnit command.
CommandType_DestroyMeasureUnit  Represents the DestroyMeasureUnit command.
CommandType_GetMeasureUnits  Represents the GetMeasureUnits command.
CommandType_SQLCommand  Represents the SQLCommand command.
CommandType_AcquireLock  Represents the AcquireLock command.
CommandType_GetLockInfo  Represents the GetLockInfo command.
CommandType_GetLockedObjects  Represents the GetLockedObjects command.
CommandType_GetLockOwners  Represents the GetLockOwners command.
CommandType_ReleaseLock  Represents the ReleaseLock command.
CommandType_ActivateLongTransaction  Represents the ActivateLongTransaction command.
CommandType_DeactivateLongTransaction  Represents the DeactivateLongTransaction command.
CommandType_CommitLongTransaction  Represents the CommitLongTransaction command.
CommandType_CreateLongTransaction  Represents the CreateLongTransaction command.
CommandType_GetLongTransactions  Represents the GetLongTransactions command.
CommandType_FreezeLongTransaction  Represents the FreezeLongTransaction command.
CommandType_RollbackLongTransaction  Represents the RollbackLongTransaction command.
CommandType_ActivateLongTransactionCheckpoint  Represents the ActivateLongTransactionCheckpoint command.
CommandType_CreateLongTransactionCheckpoint  Represents the CreateLongTransactionCheckpoint command.
CommandType_GetLongTransactionCheckpoints  Represents the GetLongTransactionCheckpoints command.
CommandType_RollbackLongTransactionCheckpoint  Represents the RollbackLongTransactionCheckpoint command.
CommandType_ChangeLongTransactionPrivileges  Represents the ChangeLongTransactionPrivileges command.
CommandType_GetLongTransactionPrivileges  Represents the GetLongTransactionPrivileges command.
CommandType_ChangeLongTransactionSet  Represents the ChangeLongTransactionSet command.
CommandType_GetLongTransactionsInSet  Represents the GetLongTransactionsInSet command.
CommandType_NetworkShortestPath  Represents the NetworkShortestPath command.
CommandType_NetworkAllPaths  Represents the NetworkAllPaths command.
CommandType_NetworkReachingNodes  Represents the NetworkReachingNodes command.
CommandType_NetworkReachableNodes  Represents the NetworkReachableNodes command.
CommandType_NetworkNearestNeighbors  Represents the NetworkNearestNeighbors command.
CommandType_NetworkWithinCost  Represents the NetworkWithinCost command.
CommandType_NetworkTSP  Represents the NetworkTSP command.
CommandType_ActivateTopologyArea  Represents the ActivateTopologyArea command.
CommandType_DeactivateTopologyArea  Represents the DeactivateTopologyArea command.
CommandType_ActivateTopologyInCommandResult  Represents the ActivateTopologyInCommandResult command.
CommandType_DeactivateTopologyInCommandResults  Represents the DeactivateTopologyInCommandResults command.
CommandType_SelectAggregates  Represents the SelectAggregate command.
CommandType_CreateDataStore  Represents the CreateDataStore command.
CommandType_DestroyDataStore  Represents the DestroyDataStore command.
CommandType_ListDataStores  Represents the ListDataStores command.
CommandType_FirstProviderCommand  Represents the index of the first provider specific command.

Definition at line 28 of file mgCommandType.h.


Comments or suggestions? Send us feedback.