del método AppBdcCatalog.GetEntity
Espacio de nombres: Microsoft.BusinessData.MetadataModel
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetEntity ( _
namespace As String, _
name As String _
) As Entity
'Uso
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
)
Parámetros
- namespace
Tipo: System.String
- name
Tipo: System.String
Valor devuelto
Tipo: Microsoft.BusinessData.MetadataModel.Entity