Show / Hide Table of Contents

    Namespace Kros.KORM

    Classes

    CurrentTimeValueGenerator

    Current time value generator.

    Database

    Represent access to ORM features.

    For executing query and materializing models see:

    IDatabase

    IQuery<T>

    DatabaseConfigurationBase

    Base class, can be derived to configure database.

    IDatabaseBuilderExtensions

    Extension methods for IDatabaseBuilder.

    IDatabaseExtensions

    Extensions over IDatabase.

    KormConnectionSettings

    Settings for KORM database.

    Interfaces

    IDatabase

    Interface, which describe class for access to ORM features.

    For executing query and materializing models see:

    IDatabase

    IQuery<T>

    IDatabaseBuilder

    Interface describes builder for creating IDatabase.

    IValueGenerator

    Interface for column value generator.

    Enums

    ValueGenerated

    Indicates when a value for a property will be generated by the database.

    Back to top KROS a.s.