Sage.Integration.Northwind.Adapter.Data.SalesOrders.DataSets.OrderTableAdapters.Order_DetailsTableAdapter.InitConnection C# (CSharp) Method

InitConnection() private method

private InitConnection ( ) : void
return void
        private void InitConnection() {
            this._connection = new global::System.Data.OleDb.OleDbConnection();
            this._connection.ConnectionString = global::Sage.Integration.Northwind.Adapter.Properties.Settings.Default.NorthwindConnectionString;
        }