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
entityType
Type: System.TypeType: Type. The entity type.
See Also
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top