AppBdcCatalog.GetEntity - Méthode
Espace de noms : Microsoft.BusinessData.MetadataModel
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetEntity ( _
namespace As String, _
name As String _
) As Entity
'Utilisation
Dim instance As AppBdcCatalog
Dim namespace As String
Dim name As String
Dim returnValue As Entity
returnValue = instance.GetEntity(namespace, _
name)
public Entity GetEntity(
string namespace,
string name
)
Paramètres
- namespace
Type : System.String
- name
Type : System.String
Valeur renvoyée
Type : Microsoft.BusinessData.MetadataModel.Entity