DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / ValidateStatement Method

In This Topic
    ValidateStatement Method (C1CommandBase)
    In This Topic
    Virtual method to validate if the given statement is supported by the implemented provider.
    Syntax
    'Declaration
     
    Protected Overridable Sub ValidateStatement( _
       ByVal statement As ISQLStatement _
    ) 
    protected virtual void ValidateStatement( 
       ISQLStatement statement
    )

    Parameters

    statement
    See Also