Click or drag to resize

CoreDb.RddSetDefault Method

X#
Return and optionally change the default RDD for the application.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD RddSetDefault(
	cNewRDD AS STRING
) AS STRING
Request Example View Source

Parameters

cNewRDD
Type: String

Return Value

Type: String
The previous default RDD
Remarks
Tip Tip
VoDbRddSetDefault() and CoreDb.RddSetDefault() are aliases
See Also