VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class / SupportsInExpression Method


In This Topic
    SupportsInExpression Method
    In This Topic
    Returns a boolean that specifies whether the provider can handle expression trees containing instances of DbInExpression. The default implementation returns false for backwards compatibility. Derived classes can override this method.
    Syntax
    'Declaration
     
    
    Public Function SupportsInExpression() As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBProviderManifest
    Dim value As System.Boolean
     
    value = instance.SupportsInExpression()
    public System.bool SupportsInExpression()

    Return Value

    false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also