IDataStore<TModel>.GetChild 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
Overloads
| Method | Description |
|---|---|
| GetChild(string name) | Provides a reference to the DataWindowChild, which you can use to manipulate that DataStore. |
| GetChild(string name, out IDataStore child) | Provides a reference to the DataWindowChild, which you can use to manipulate that DataStore. |