Click or drag to resize
CMSAssertQueryEquals Method (WhereCondition, String, String)
Asserts whether two queries equal

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static void QueryEquals(
	WhereCondition current,
	string expected,
	string message = null
)

Parameters

current
Type: CMS.DataEngineWhereCondition
Current query
expected
Type: SystemString
Expected query
message (Optional)
Type: SystemString
Optional error message
See Also