Responder Developer Guide
CreateWhereClause(Hashtable,Boolean,StringCollection,DataSyntax) Method


Syntax
'Declaration
 
Public Overloads Shared Function CreateWhereClause( _
   ByVal criteria As Hashtable, _
   ByVal useLike As Boolean, _
   ByVal noUseLikeList As StringCollection, _
   ByVal syntax As DataSyntax _
) As String
'Usage
 
Dim criteria As Hashtable
Dim useLike As Boolean
Dim noUseLikeList As StringCollection
Dim syntax As DataSyntax
Dim value As String
 
value = DbSqlBuilder.CreateWhereClause(criteria, useLike, noUseLikeList, syntax)
public static string CreateWhereClause( 
   Hashtable criteria,
   bool useLike,
   StringCollection noUseLikeList,
   DataSyntax syntax
)

Parameters

criteria
useLike
noUseLikeList
syntax
Requirements

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.

See Also

Reference

DbSqlBuilder Class
DbSqlBuilder Members
Overload List

 

 


Send Comment