ISqlFactory.GetName Method | |
Return the name of the factory.
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax FUNCTION GetName(
oConn AS DbConnection
) AS STRING
string GetName(
DbConnection oConn
)
Request Example
View SourceParameters
- oConn
- Type: DbConnection
Return Value
Type:
StringSee Also