Freigeben über


DbProviderManifest.SupportsInExpression-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt einen booleschen Wert zurück, der angibt, ob der Anbieter Ausdrucksbaumstrukturen verarbeiten kann, die Instanzen von DbInExpression enthalten. Die Standardimplementierung gibt zur Abwärtskompatibilität false zurück. Abgeleitete Klassen können diese Methode überschreiben.

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable Function SupportsInExpression As Boolean
'Usage
Dim instance As DbProviderManifest 
Dim returnValue As Boolean 

returnValue = instance.SupportsInExpression()
public virtual bool SupportsInExpression()
public:
virtual bool SupportsInExpression()
abstract SupportsInExpression : unit -> bool  
override SupportsInExpression : unit -> bool
public function SupportsInExpression() : boolean

Rückgabewert

Typ: System.Boolean
false

Siehe auch

Verweis

DbProviderManifest Klasse

System.Data.Entity.Core.Common-Namespace