C# Class YesSql.Core.Services.IStoreExtensions

ファイルを表示 Open project: sebastienros/yessql

Public Methods

Method Description
CreateSession ( this store ) : ISession

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

Method Details

CreateSession() public static method

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