R
Robert Bouillon
We're using abstract interfaces for the data access in our classes. We're
using strongly-typed datasets when using data adapters.
We can use a SqlDataAdapter to fill a strongly-typed dataset using the Fill
method, but we can't get the same result if we've cast the object to an
IDataAdapter's fill method.
Is it possible to fill a stronly-typed dataset using the interface?
Thanks.
--ROBERT
using strongly-typed datasets when using data adapters.
We can use a SqlDataAdapter to fill a strongly-typed dataset using the Fill
method, but we can't get the same result if we've cast the object to an
IDataAdapter's fill method.
Is it possible to fill a stronly-typed dataset using the interface?
Thanks.
--ROBERT