ISqlFactory.CreateDataAdapter Method | |
Returns a new instance of the provider's class that implements the DbDataAdapter class.
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax FUNCTION CreateDataAdapter() AS DbDataAdapter
DbDataAdapter CreateDataAdapter()
Request Example
View SourceReturn Value
Type:
DbDataAdapterA new instance of
DbDataAdapter.
See Also Reference
System.Data.CommonDbDataAdapter