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