Compartilhar via


IRuntimeHelper.VerifyEntityInstanceReference método (EntityInstanceReference, String, String, String)

Verifica se a referência de Item externo de ItemExternal fornecida referencia um ItemExternal Item externo do tipo de conteúdo externo com o nome fornecido e namespace e é obtida pela instância do método SpecificFinder com o nome fornecido.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (em Microsoft.BusinessData.dll)

Sintaxe

'Declaração
Function VerifyEntityInstanceReference ( _
    reference As EntityInstanceReference, _
    entityNamespace As String, _
    entityName As String, _
    specificFinderName As String _
) As Boolean
'Uso
Dim instance As IRuntimeHelper
Dim reference As EntityInstanceReference
Dim entityNamespace As String
Dim entityName As String
Dim specificFinderName As String
Dim returnValue As Boolean

returnValue = instance.VerifyEntityInstanceReference(reference, _
    entityNamespace, entityName, specificFinderName)
bool VerifyEntityInstanceReference(
    EntityInstanceReference reference,
    string entityNamespace,
    string entityName,
    string specificFinderName
)

Parâmetros

  • entityNamespace
    Tipo: System.String

    O namespace do tipo de conteúdo externo.

  • entityName
    Tipo: System.String

    O nome do tipo de conteúdo externo.

  • specificFinderName
    Tipo: System.String

    O nome do finder específico.

Valor retornado

Tipo: System.Boolean
true se a referência for do tipo de conteúdo externo com o espaço para nome especificado e o nome e do finder específico determinado; Caso contrário, false.

Ver também

Referência

IRuntimeHelper interface

IRuntimeHelper membros

VerifyEntityInstanceReference em sobrecarga

Microsoft.BusinessData.Runtime namespace