SampleContext.SampleContext C# (CSharp) Method

SampleContext() public method

public SampleContext ( )
        public SampleContext()
            : base("name=SampleContext")
        {
            this.SetCommandTimeOut(180);
        }
        public void SetCommandTimeOut(int Timeout)