dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksOAuthAuthenticationProvider Class / IsRequired Method

In This Topic
    IsRequired Method (ZohoBooksOAuthAuthenticationProvider)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function IsRequired( _
       ByVal connection As DbConnection _
    ) As Boolean
    public override bool IsRequired( 
       DbConnection connection
    )

    Parameters

    connection
    See Also