DbcDatabase.FindView Method | |
Find a view in the Database container.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD FindView(
cView AS STRING
) AS DbcView
public DbcView FindView(
string cView
)
Request Example
View SourceParameters
- cView
- Type: String
The view name to look for.
Return Value
Type:
DbcViewSee Also