[This is preliminary documentation and is subject to change.]
Checks if an entity with the specified entity id exists locally.
Namespace:
CWR.MSCRM.Mobile.Client.BLAssembly: CWR.MSCRM.Mobile.Client.BL (in CWR.MSCRM.Mobile.Client.BL.dll)
Version: 4.0.0.7
Syntax
| C# |
|---|
public bool EntityExists( Guid entityId ) |
| Visual Basic (Declaration) |
|---|
Public Function EntityExists ( _ entityId As Guid _ ) As Boolean |
Parameters
- entityId
- Type: System..::.Guid
The entity id.
