Can anyone tell me the what DataView
class is in ASP.NET? I don't know where or how to use it.
I know about all the objects: Dataset
,DataProvider
, Connection
, Command
, etc., but I don't know anything about the DataView
class.
Can anyone tell me the what DataView
class is in ASP.NET? I don't know where or how to use it.
I know about all the objects: Dataset
,DataProvider
, Connection
, Command
, etc., but I don't know anything about the DataView
class.