R
Ramil Domingo
Hi All,
I would like to know if there is a way I could expose my column from a
datatable of strongly-typed dataset as a property without literally adding
the code of creating a property? I mean, instead of using
Dataset.DataTable.Rows("ColumnName") I could directly use
Dataset.DataTable.Rows.ColumnName. Is this possible?
TIA.
Ramil Domingo
Developer
I would like to know if there is a way I could expose my column from a
datatable of strongly-typed dataset as a property without literally adding
the code of creating a property? I mean, instead of using
Dataset.DataTable.Rows("ColumnName") I could directly use
Dataset.DataTable.Rows.ColumnName. Is this possible?
TIA.
Ramil Domingo
Developer