Click or drag to resize

MetaSourceCheckSQL Method

Check a SQL statement, the check includes also all the Pre/Post SQL statements defined.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public string CheckSQL(
	string sql,
	List<MetaTable> tables,
	ReportModel model,
	bool isPrePost
)

Parameters

sql  String
 
tables  ListMetaTable
 
model  ReportModel
 
isPrePost  Boolean
 

Return Value

String
See Also