Click or drag to resize

SQLListProcedures Constructor (Typed)

X#
Construct a SQLListProcedures object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cQualifier,
	cOwner,
	cProcName,
	cType,
	oSQLConnection
) CLIPPER
Request Example View Source

Parameters

cQualifier (Optional)
Type: Usual
The search string or name of the procedure qualifier.
cOwner (Optional)
Type: Usual
The search string or name of the procedure owner.
cProcName (Optional)
Type: Usual
The search string or name of the procedure.
cType (Optional)
Type: Usual
oSQLConnection (Optional)
Type: Usual
The SQL connection indicating where the table can be found. If not specified, the current default connection is used, if any; if none is defined, the system asks the end user to log on to a database.
See Also