[This is preliminary documentation and is subject to change.]
Initializes a new instance of the EntityManager class.
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 EntityManager( string entityName ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ entityName As String _ ) |
Parameters
- entityName
- Type: System..::.String
Name of the entity.
Remarks
If the class is used for the GetReferencedEntityPrimaryField(String, Guid) method, entityName can be passed as null.
