dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Call for help on DotGNU.Data


From: Gopal V
Subject: Re: [DotGNU]Call for help on DotGNU.Data
Date: Thu, 13 Mar 2003 19:10:13 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, minddog wrote:
> Okay I stubbed out the System.Data and preceding namespaces.  Maybe we should 
> look at some of these components that are necessary and ones that aren't.

                [TODO]
                public System.Data.DataColumn get_Item(int arg1)
                {
                         throw new NotImplementedException("get_Item");
                }

This is actually 

        public DataColumn this[int col]
        {
                get
                {
                };
        }

Hmm.... AutoStubbing is a bit difficult

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]