Responder Developer Guide
ColumnEquals(DataColumn,Object,DataSyntax) Method


Syntax
'Declaration
 
Public Overloads Shared Function ColumnEquals( _
   ByVal column As DataColumn, _
   ByVal value As Object, _
   ByVal syntax As DataSyntax _
) As String
'Usage
 
Dim column As DataColumn
Dim value As Object
Dim syntax As DataSyntax
Dim value As String
 
value = DbSqlBuilder.ColumnEquals(column, value, syntax)
public static string ColumnEquals( 
   DataColumn column,
   object value,
   DataSyntax syntax
)

Parameters

column
value
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