Click or drag to resize

ReportCreateListOfWhereClauses Method

Converts xml string to List of WhereClauses

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public static List<WhereClause> CreateListOfWhereClauses(
	string xml
)

Parameters

xml
Type: SystemString

Return Value

Type: ListWhereClause
See Also