Esempio n. 1
0
        public Northwind.ProductsDataTable GetProducts()
        {
            ProductsTableAdapter productsAdapter =
                new ProductsTableAdapter();

            return
                (productsAdapter.GetProductsBySupplierID(this.SupplierID));
        }