Deveel.Data.Context.Context C# (CSharp) Method

Context() protected method

Constructs a new context that has no parent.
protected Context ( ) : System
return System
        protected Context()
            : this(null)
        {
        }

Same methods

Context::Context ( IContext parent ) : System