IDataStoreBase.GetChild(string name) Method
.NET Standard 2.x
Provides a reference to the DataWindowChild
, which you can use to manipulate that DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public IDataStore GetChild(string name);
Parameters
name
System.String
A string which is the name of the column containing the DataWindowChild
.
Returns
The reference to the DataWindowChild
.
Remarks
A DataWindowChild
object is a DropDownDataWindow within a DataWindow object
.
Use the GetChild
method when you need to explicitly retrieve data for a DataWindowChild
object. It automatically retrieves data for the child when retrieving the main DataStore, you need to explicitly retrieve data when there are retrieval arguments or when conditions change and you want to retrieve new rows.
Applies to
.NET Standard
2.x