VoDbSetSelect Function | |
Select a new work area.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbSetSelect(
siNewArea AS LONG
) AS DWORD
public static uint VoDbSetSelect(
int siNewArea
)
Request Example
View SourceParameters
- siNewArea
- Type: Long
The number of the new work area.
Return Value
Type:
DWord
The newly selected work area.
Remarks
VODBSetSelect() is like DBSetSelect() but is strongly typed. See DBSetSelect() for more information and an example.
Examples See Also