Click or drag to resize

RegisteredRDD Constructor (String, Type)

X#
Initializes a new instance of the RegisteredRDD class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cRDDName AS STRING,
	oType AS Type
)
Request Example View Source

Parameters

cRDDName
Type: String
oType
Type: Type
See Also