PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method GetAccessWhereClause(String, Int32, Int32, String)
Creates a condition that can be added to the where clause of a sql query
Public method GetAccessWhereClause(String, Int32, Int32, Int32, Int32)
Creates a condition that can be added to the where clause of a sql query
Public method GetAccessWhereClause(String, Int32, Int32, String, Int32)
Creates a condition that can be added to the where clause of a sql query
Public method GetAccessWhereClause(String, String, String, String, String)
Creates a condition that can be added to the where clause of a parameterized sql query. The named parameters must be supplied when executing the query.

See Also

Advanced