C# Class YesSql.Core.Services.IStoreExtensions

Afficher le fichier Open project: sebastienros/yessql

Méthodes publiques

Méthode Description
CreateSession ( this store ) : ISession

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

Method Details

CreateSession() public static méthode

Creates a new ISession to communicate with the IStore with the default IsolationLevel.
public static CreateSession ( this store ) : ISession
store this
Résultat ISession