Search Results for

    Show / Hide Table of Contents

    Interface IReadable<T>

    This interface provides a minimalistic generic approach to read data from any kind of (persistent) data source.

    Namespace: TeleScope.Persistence.Abstractions
    Assembly: TeleScope.Persistence.Abstractions.dll
    Syntax
    public interface IReadable<out T>
    Type Parameters
    Name Description
    T

    The type that is desired on the application side.

    Methods

    | Improve this Doc View Source

    Read()

    Reads a given data source and provides a collection of type T. If there is only one data object a collection with the length one is returned.

    Declaration
    IEnumerable<T> Read()
    Returns
    Type Description
    IEnumerable<T>

    The resulting data objects of type T.

    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾