다음을 통해 공유


EntityInfo Constructor (Type)

 

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

See Also

EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top