DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowCommand Class / ValidateStatement Method
statement.

In This Topic
    ValidateStatement Method (C1ServiceNowCommand)
    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