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.
Gets the external content type by using its name and namespace.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Function GetEntity ( _
namespace As String, _
name As String _
) As Entity
'Usage
Dim instance As AdministrationMetadataCatalog
Dim namespace As String
Dim name As String
Dim returnValue As Entity
returnValue = instance.GetEntity(namespace, _
name)
public Entity GetEntity(
string namespace,
string name
)
Parameters
namespace
Type: System.StringThe namespace of the external content type to get.
name
Type: System.StringThe name 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