dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoOAuthAuthenticationProvider Class / IsRequired Method

In This Topic
    IsRequired Method (ZohoOAuthAuthenticationProvider)
    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