datarowview Questions
4
Solved
Can or how to convert DataRow to DataRowView?
For example:
DataTable dt=ds.Tables[0];
DataRow dr= dt.NewRow();
DataRowView drv = ????
Torrietorrin asked 26/3, 2013 at 7:58
2
Solved
Here's the situation: I need to bind a WPF FixedPage against a DataRow. Bindings don't work against DataRows; they work against DataRowViews. I need to do this in the most generic way possible, as ...
Tryptophan asked 28/8, 2008 at 14:45
1
© 2022 - 2024 — McMap. All rights reserved.