C# Класс YesSql.Core.Services.IStoreExtensions

Показать файл Открыть проект

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

Метод Описание
CreateSession ( this store ) : ISession

Creates a new ISession to communicate with the IStore with the default IsolationLevel.

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

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

Creates a new ISession to communicate with the IStore with the default IsolationLevel.
public static CreateSession ( this store ) : ISession
store this
Результат ISession