Click or drag to resize

RegisteredRDD Constructor (String, String, String)

X#
Initializes a new instance of the RegisteredRDD class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cAssemblyName AS STRING,
	cRddName AS STRING,
	cTypeName AS STRING
)
Request Example View Source

Parameters

cAssemblyName
Type: String
cRddName
Type: String
cTypeName
Type: String
See Also