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

InitConnection() private méthode

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