Click or drag to resize

DbcDatabase.FindView Method

X#
Find a view in the Database container.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD FindView(
	cView AS STRING
) AS DbcView
Request Example View Source

Parameters

cView
Type: String
The view name to look for.

Return Value

Type: DbcView
See Also