Google News
logo
ADO.NET - Quiz(MCQ)
Can you use a DataView to filter rows in a DataTable?
A)
Yes, by setting the Filter property of the DataView
B)
Yes, by using the SetFilter(. method of the DataView
C)
Yes, by setting the RowFilter property of the DataView
D)
No, a DataView cannot be used to filter rows in a DataTable

Correct Answer :   Yes, by setting the RowFilter property of the DataView

Advertisement