[]
Sets the parent dataset and field names for the nested dataset.
public static void SetParentDataSet(this IDataSet dataSet, string dataSetName, string fieldName)
| Type | Name | Description |
|---|---|---|
| IDataSet | dataSet | A IDataSet object to update. |
| string | dataSetName | A string value indicating the name of the parent dataset. |
| string | fieldName | A string value indicating the field of the parent dataset which represents the data for the nested dataset. |