SQLConnection.SetConnectOption Method | |
Set the value of a connection option.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetConnectOption(
nOption,
uValue
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetConnectOption(
Usual nOption = default,
Usual uValue = default
)
Request Example
View SourceParameters
- nOption (Optional)
- Type: Usual
- uValue (Optional)
- Type: Usual
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Level 1
See Also