'Declaration
Public Function ProjectObjectsToNewDataSet( _ ByVal dataSetName As String, _ ByVal sourceObjects As IEnumerable(Of ADTObject) _ ) As DataSet
public DataSet ProjectObjectsToNewDataSet( string dataSetName, IEnumerable<ADTObject> sourceObjects )
Parameters
- dataSetName
- The name of the DataSet to create.
- sourceObjects
- The collection of objects to project.
Return Value
A DataSet containing the projected data.