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