MapGuide API Reference
|
virtual INT32 MgFeatureService::UpdateMatchingFeatures | ( | MgResourceIdentifier * | resource, |
CREFSTRING | className, | ||
MgPropertyCollection * | properties, | ||
CREFSTRING | filter, | ||
MgTransaction * | trans | ||
) | [pure virtual] |
Updates all features that match the given filter with the specified property values.
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, string className, MgPropertyCollection properties, string filter, MgTransaction trans); |
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection properties, String filter, MgTransaction trans); |
virtual int UpdateMatchingFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection properties, String filter, MgTransaction trans); |
resource | (MgResourceIdentifier) A resource identifier for the feature source. |
className | (String/string) The name of the feature class on which the update operation is performed. |
properties | (MgBatchPropertyCollection) The property values to update matching features with |
filter | (String/string) The FDO filter string that detemines what features will be updated |
trans | (MgTransaction) The transaction to execute this operation under |
MgFeatureServiceException | |
MgInvalidArgumentException | |
MgInvalidOperationException | |
MgFdoException |