Click or drag to resize

OdbcFactory.GetName Method

X#
Return the name of the factory.

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetName(
	oConn AS DbConnection
) AS STRING
Request Example View Source

Parameters

oConn
Type: DbConnection

Return Value

Type: String

Implements

GetName(DbConnection)
See Also