Click or drag to resize

Dbc.CreateView Method

X#

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD CreateView(
	cName AS STRING,
	cConnection AS STRING := "",
	lRemote AS LOGIC := FALSE,
	lShared AS LOGIC := FALSE,
	sSelect AS STRING := ""
) AS VOID
Request Example View Source

Parameters

cName
Type: String
cConnection (Optional)
Type: String
lRemote (Optional)
Type: Logic
lShared (Optional)
Type: Logic
sSelect (Optional)
Type: String
See Also