SQLListViews Constructor (Typed) | |
Initializes a new instance of the
SQLListViews class
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLListViews.#ctor(XSharp.__Usual,XSharp.__Usual,XSharp.__Usual,XSharp.__Usual)'. File: 'Sql.xml' Path: 'doc/SQLListViews.ctor/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cQualifier,
cOwner,
cTableName,
oSQLConnection
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLListViews(
Usual cQualifier = default,
Usual cOwner = default,
Usual cTableName = default,
Usual oSQLConnection = default
)
Request Example
View SourceParameters
- cQualifier (Optional)
- Type: Usual
- cOwner (Optional)
- Type: Usual
- cTableName (Optional)
- Type: Usual
- oSQLConnection (Optional)
- Type: Usual
See Also