Responder Developer Guide
Find(DataTable,DataColumn[],Object[]) Method


Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal table As DataTable, _
   ByVal columns() As DataColumn, _
   ByVal values() As Object _
) As DataRow()
'Usage
 
Dim table As DataTable
Dim columns() As DataColumn
Dim values() As Object
Dim value() As DataRow
 
value = DataHelper.Find(table, columns, values)
public static DataRow[] Find( 
   DataTable table,
   DataColumn[] columns,
   object[] values
)

Parameters

table
columns
values
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

DataHelper Class
DataHelper Members
Overload List

 

 


Send Comment