Miner.Data.Access Assembly > Miner.Data.Access Namespace > DbSqlBuilder Class > CreateWhereClause Method : CreateWhereClause(IDictionary,Boolean,StringCollection,DataSource,IDbDataParameter[]) Method |
'Declaration Public Overloads Shared Function CreateWhereClause( _ ByVal criteria As IDictionary, _ ByVal useLike As Boolean, _ ByVal noUseLikeList As StringCollection, _ ByVal source As DataSource, _ ByRef paramArray() As IDbDataParameter _ ) As String
'Usage Dim criteria As IDictionary Dim useLike As Boolean Dim noUseLikeList As StringCollection Dim source As DataSource Dim paramArray() As IDbDataParameter Dim value As String value = DbSqlBuilder.CreateWhereClause(criteria, useLike, noUseLikeList, source, paramArray)
public static string CreateWhereClause( IDictionary criteria, bool useLike, StringCollection noUseLikeList, DataSource source, out IDbDataParameter[] paramArray )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.