Deveel.Data.DatabaseExtensions.CreateSystemSession C# (CSharp) Method

CreateSystemSession() static private method

static private CreateSystemSession ( this database ) : ISession
database this
return ISession
        internal static ISession CreateSystemSession(this IDatabase database)
        {
            return database.CreateSystemSession(IsolationLevel.Serializable);
        }

Same methods

DatabaseExtensions::CreateSystemSession ( this database, IsolationLevel isolation ) : ISession