Share via


AdministrationMetadataCatalog.GetEntityVersion Method

Gets the external content type by using its name, namespace, and version.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Function GetEntityVersion ( _
    namespace As String, _
    name As String, _
    version As Version _
) As Entity
'Usage
Dim instance As AdministrationMetadataCatalog
Dim namespace As String
Dim name As String
Dim version As Version
Dim returnValue As Entity

returnValue = instance.GetEntityVersion(namespace, _
    name, version)
public Entity GetEntityVersion(
    string namespace,
    string name,
    Version version
)

Parameters

  • namespace
    Type: System.String

    The namespace of the external content type to get.

  • name
    Type: System.String

    The name of the external content type to get.

  • version
    Type: System.Version

    The version of the external content type to get.

Return Value

Type: Microsoft.SharePoint.BusinessData.Administration.Client.Entity
The requested external content type.

See Also

Reference

AdministrationMetadataCatalog Class

AdministrationMetadataCatalog Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace