C# Класс Castle.Facilities.ActiveRecordIntegration.SessionFactoryDelegate

Implements ISessionFactory allowing it to be used by the container as an ordinary component. However only ISessionFactory.OpenSession(IDbConnection) is implemented
Наследование: ISessionFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory

Creates the specified session factory delegate from the holder and root type

Описание методов

Create() публичный статический Метод

Creates the specified session factory delegate from the holder and root type
public static Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory
sessionFactoryHolder ISessionFactoryHolder The session factory holder.
arType System.Type Type of the AR entity.
Результат ISessionFactory