Castle.ActiveRecord.SessionScope.SessionScope C# (CSharp) Method

SessionScope() public method

Initializes a new instance of the SessionScope class.
public SessionScope ( FlushAction flushAction ) : System.Collections.Generic
flushAction FlushAction The flush action.
return System.Collections.Generic
		public SessionScope(FlushAction flushAction) : base(flushAction, SessionScopeType.Simple)
		{
		}

Same methods

SessionScope::SessionScope ( ) : System.Collections.Generic
SessionScope::SessionScope ( FlushAction flushAction, SessionScopeType type ) : System.Collections.Generic