ArcFM Engine Developer Guide
Find Method (ResponderObjectBaseGeneric<T>)


Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal dataset As DataSet, _
   ByVal key As Object _
) As T
'Usage
 
Dim dataset As DataSet
Dim key As Object
Dim value As T
 
value = ResponderObjectBaseGeneric(Of T).Find(dataset, key)
public static T Find( 
   DataSet dataset,
   object key
)

Parameters

dataset
key
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

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members

 

 


Send Comment