M
MattC
Hi,
Given that a data item in both a DataRow and DataReaders IDataRecord can be
accessed using something like
dr["ColumnName"].
I'd like to create method that accepts either a DataRow or IDataRecord.
Anyone know if this is possible? Is there an interface that exposes an
indexer that I can cast them to?
TIA
MattC
Given that a data item in both a DataRow and DataReaders IDataRecord can be
accessed using something like
dr["ColumnName"].
I'd like to create method that accepts either a DataRow or IDataRecord.
Anyone know if this is possible? Is there an interface that exposes an
indexer that I can cast them to?
TIA
MattC