Version

DataSourceObject Constructor(Object,String,String)

Accepts a data source and data member at its creation point.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataSource As Object, _
   ByVal dataMember As String, _
   ByVal dataKeyFields As String _
)
public DataSourceObject( 
   object dataSource,
   string dataMember,
   string dataKeyFields
)

Parameters

dataSource
Data source to work with.
dataMember
Data member name in the data source.
dataKeyFields
Data key field names. In case of a compound data key the names are separated by a comma.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also