'DeclarationPublic Sub ProjectObjectsToExistingDataSet( _ ByVal dataSet As DataSet, _ ByVal sourceObjects As IEnumerable(Of ADTObject) _ )
public void ProjectObjectsToExistingDataSet( DataSet dataSet, IEnumerable<ADTObject> sourceObjects )
Parameters
- dataSet
 - The DataSet to write the data to. This DataSet must already have the correct DataTables, created by an earlier call to CreateSchema or by loading the schema from XML.
 - sourceObjects
 - The collection of objects to project.