Condividi tramite


Proprietà DbIsOfExpression.OfType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene i metadati del tipo con cui devono essere confrontati i metadati del tipo dell'argomento.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OfType As TypeUsage 
    Get
'Utilizzo
Dim instance As DbIsOfExpression 
Dim value As TypeUsage 

value = instance.OfType
public TypeUsage OfType { get; }
public:
property TypeUsage^ OfType {
    TypeUsage^ get ();
}
member OfType : TypeUsage
function get OfType () : TypeUsage

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage

Vedere anche

Riferimento

DbIsOfExpression Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees