Click or drag to resize

HelperClearAllSQLKeywords Method

Replace all Seal keywords (enum filters, enum values, common restrictions and values) in a SQL statement by neutral values (e.g. common restrictions by '1=1')

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string ClearAllSQLKeywords(
	string sql,
	ReportModel model = null
)

Parameters

sql  String
 
model  ReportModel  (Optional)
 

Return Value

String
See Also