Show / Hide Table of Contents

    ISqlExecutor.SelectLazy Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Executes the SQL SELECT statement and returns an IEnumerable <TModel> object that can be used to load the result set lazily.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    SelectLazy<TModel>(string sqlText, params object[] parameters) Executes the SQL SELECT statement and returns an IEnumerable <TModel> object that can be used to load the result set lazily.
    SelectLazy<TModel>(ISqlQueryBuilder queryBuilder, params object[] parameters) Executes the SQL SELECT statement generated by an ISqlQueryBuilder object and returns an IEnumerable <TModel> object that can be used to load the result set lazily.
    Back to top Generated by Appeon