DbcDatabase.FindView 方法 | |
Find a view in the Database container.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD FindView(
cView AS STRING
) AS DbcView
public DbcView FindView(
string cView
)
查看代码参数
- cView
- 类型:String
The view name to look for.
返回值
类型:
DbcView参见