- DataView is a logical representation of the data member at dataset.
- Syntax:
DataView objectName = new DataView (datasetName, dataTableName);
- DataView should be used if the data has to be sorted or if the data has to be filtered or if the data has to be projected in page wise display.
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment