Show / Hide Table of Contents

    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&#60;TChildModel> child) Provides a reference to the DataWindowChild, which you can use to manipulate that DataStore.
    Back to top Generated by Appeon