Click or drag to resize

ISqlFactory.CreateDataAdapter Method

X#
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.19
Syntax
FUNCTION CreateDataAdapter() AS DbDataAdapter
Request Example View Source

Return Value

Type: DbDataAdapter
A new instance of DbDataAdapter.
See Also