DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonCommand Class / ValidateStatement Method
statement.

In This Topic
    ValidateStatement Method (C1JsonCommand)
    In This Topic
    Validate for all type of statement.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Sub ValidateStatement( _
       ByVal statement As ISQLStatement _
    ) 
    protected override void ValidateStatement( 
       ISQLStatement statement
    )

    Parameters

    statement
    statement.
    See Also