SQLListColumns Constructor (Typed) | |
Construct a SQLListColumns object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cQualifier,
cOwner,
cTableName,
cColName,
oSQLConnection
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLListColumns(
Usual cQualifier = default,
Usual cOwner = default,
Usual cTableName = default,
Usual cColName = default,
Usual oSQLConnection = default
)
Request Example
View SourceParameters
- cQualifier (Optional)
- Type: Usual
The search string or name of the table qualifier. - cOwner (Optional)
- Type: Usual
The search string or name of the table owner. - cTableName (Optional)
- Type: Usual
The search string or name of the table. - cColName (Optional)
- Type: Usual
The search string or column name. - 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