| Visual Basic (Declaration) | |
|---|---|
Public Sub SetDataBinding( _ ByVal dataSource As Object, _ ByVal dataMember As String _ ) | |
| C# | |
|---|---|
public void SetDataBinding( object dataSource, string dataMember ) | |
Parameters
- dataSource
- The source of data for the nodes of this collection.
- dataMember
- Indicates a sub-list of the data source.
