예제 #1
0
        public ShippersCollection Shippers_LoadAll()
        {
            ShippersCollection coll = new ShippersCollection();

            coll.es.IsLazyLoadDisabled = true;
            coll.LoadAll();
            return(coll);
        }
        public ShippersCollectionProxyStub Shippers_LoadAll()
        {
            ShippersCollection coll = new ShippersCollection();

            if (coll.LoadAll())
            {
                return(coll);
            }

            return(null);
        }
예제 #3
0
        public ShippersCollection.ShippersCollectionWCFPacket Shippers_LoadAll()
        {
            ShippersCollection coll = new ShippersCollection();

            if (coll.LoadAll())
            {
                return(coll);
            }

            return(null);
        }