Validates the batch.

Namespace: Ubitsoft.SqlEnlight.Sdk
Assembly: Ubitsoft.SqlEnlight.Sdk (in Ubitsoft.SqlEnlight.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void ValidateBatch(
	string batchSql,
	bool quotedIdentifierOn
)
Visual Basic
Sub ValidateBatch ( _
	batchSql As String, _
	quotedIdentifierOn As Boolean _
)
Visual C++
void ValidateBatch(
	String^ batchSql, 
	bool quotedIdentifierOn
)

Parameters

batchSql
Type: System..::..String
The batch SQL.
quotedIdentifierOn
Type: System..::..Boolean
>Sets the QUOTED_IDENTIFIER state before parsing.If set to true the QUOTED_IDENTIFIER option is set to ON, otherwise it is set to OFF.

Remarks