CoreDb.RddSetDefault Method | |
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
public static string RddSetDefault(
string cNewRDD
)
Request Example
View SourceParameters
- cNewRDD
- Type: String
Return Value
Type:
StringThe previous default RDD
Remarks Tip |
---|
VoDbRddSetDefault() and CoreDb.RddSetDefault() are aliases |
See Also