Methods
| Name | Description | |
|---|---|---|
|   | DeleteT(T) | 
            Deletes the feature from the underlying layer.
             | 
|   | DeleteT(T) | 
            Deletes the features from the underlying layer.
             | 
|   | InsertIntoT(T, Service, Int32) | 
            Inserts the feature into a layer and returns the newly created feature.
             | 
|   | InsertIntoT(T, Service, String) | 
            Inserts the feature into a layer and returns the newly created feature.
             | 
|   | InsertIntoT(T, Service, Int32) | 
            Inserts the features into a layer and returns the newly created features.
             | 
|   | InsertIntoT(T, Service, String) | 
            Inserts the features into a layer and returns the newly created features.
             | 
|   | UpdateT(T) | 
            Updates the feature in the underlying layer.
             | 
|   | UpdateT(T) | 
            Updates the features in the underlying layer.
             | 
See Also