Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Creates an instance of the EntityInfo class.
Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public EntityInfo(
    Type entityType
)
public:
EntityInfo(
    Type^ entityType
)
new : 
        entityType:Type -> EntityInfo
Public Sub New (
    entityType As Type
)
Parameters
- entityType 
 Type: System.Type- Type: Type. The entity type. 
See Also
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top