dotConnect for Adobe Commerce Documentation
Devart.Data.Identity Namespace / AuthenticationProvider Class / IsCompatible Method

In This Topic
    IsCompatible Method (AuthenticationProvider)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function IsCompatible( _
       ByVal connectionType As Type _
    ) As Boolean
    public abstract bool IsCompatible( 
       Type connectionType
    )

    Parameters

    connectionType
    See Also