SqlHelper GetWhereCondition Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetWhereCondition(String, IEnumerable String )
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition(String, IList Int32 )
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition(String, Int32)
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition T (String, IEnumerable String , Boolean)
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition(String, IEnumerable String , Boolean)
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition(String, IList Int32 , Boolean)
Creates the where condition for the array of values.
Public methodStatic memberGetWhereCondition T (String, IEnumerable String , Boolean, Boolean)
Creates the where condition for the array of values.
Back to Top
See Also