- dataSource
- An System.ComponentModel.IListSource that contains the data in which to find the member.
- dataMember
- The name of the data member to retrieve.
An object implementing IEnumerable containing the specified data member from the specified data source, if it exists.
This method searches the specified data source for the specified data member. If dataMember is null, the first data member in the specified data source is returned.