BCServiceProvider.Remove Method |
Removes the value with the specified key from the context.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic bool Remove(
Guid key
)
Public Function Remove (
key As Guid
) As Boolean
Parameters
- key
- Type: System.Guid
The key of the element to remove.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise,
false.
This method also returns
false if item was not found in the context.
See Also