Use the below tool (in case you don't know about it ) :

http://www.red-gate.com/products/reflector/

"NET Reflector is a class browser and analysis tool for .NET, that
allows you to navigate, search, disassemble and analyze .NET
components."




On Mar 6, 2:00 am, crazy <[email protected]> wrote:
> hi All,
>
> DataTable oDT=new DataTable();
>
> DataRowoDR=null;
>
> Case 1:
> oDR=new DataRow() ;
>
> Case 2:
> oDR=new oDT.DataRow();
>
> why Case 1 showing error?
> .Net doesnt allowing to create a object to that DataRow() class.But it
> allowing DataTable to create a object to DataRow().
> If so , what type of class is DataRow()?
>
> One scenario is there, if DataRow() class contains only private Constructor
> s and it contains a public static method which will create a new row . But
> in Datarow ,using Wincv I have checked available public methods , but i cant
> able to find such a public static method in DataRow().
>
> Then  what type of architecture using  in DataRow() ?
>
> --
> "People who never make mistakes, never do anything."
>
> dEv

Reply via email to