CrmEntity Constructor (String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the CrmEntity class.

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public CrmEntity(
    string entityName
)
public:
CrmEntity(
    String^ entityName
)
new : 
        entityName:string -> CrmEntity
Public Sub New (
    entityName As String
)

Parameters

See Also

CrmEntity Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright