Compartir a través de


EdmTypeSemantics.IsOrInheritsFrom Método

Determina si un tipo es equivalente o deriva de otro tipo.

Espacio de nombres:  Microsoft.Data.Edm
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
<ExtensionAttribute> _
Public Shared Function IsOrInheritsFrom ( _
    thisType As IEdmType, _
    otherType As IEdmType _
) As Boolean
'Uso
Dim thisType As IEdmType
Dim otherType As IEdmType
Dim returnValue As Boolean

returnValue = thisType.IsOrInheritsFrom(otherType)
public static bool IsOrInheritsFrom(
    this IEdmType thisType,
    IEdmType otherType
)
[ExtensionAttribute]
public:
static bool IsOrInheritsFrom(
    IEdmType^ thisType, 
    IEdmType^ otherType
)
static member IsOrInheritsFrom : 
        thisType:IEdmType * 
        otherType:IEdmType -> bool 
public static function IsOrInheritsFrom(
    thisType : IEdmType, 
    otherType : IEdmType
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
Es true si y solo si el parámetro thisType es equivalente al parámetro otherType o hereda de él; de lo contrario, es false.

Nota de uso

En Visual Basic y C#, puede llamar a este método como un método de instancia en cualquier objeto del tipo IEdmType. Cuando utilice la sintaxis del método de instancia para llamar a este método, sáltese este parámetro primero. Para obtener más información, vea https://msdn.microsoft.com/es-es/library/bb384936(v=vs.103) o https://msdn.microsoft.com/es-es/library/bb383977(v=vs.103).

Vea también

Referencia

EdmTypeSemantics Clase

Espacio de nombres Microsoft.Data.Edm