DbcDatabase.SetProp 方法 | |
-- todo --
Worker method for DbSetProp()
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD SetProp(
cName AS STRING,
cType AS STRING,
cProp AS STRING,
ePropertyValue AS Object
) AS LOGIC
public bool SetProp(
string cName,
string cType,
string cProp,
Object ePropertyValue
)
查看代码参数
- cName
- 类型:String
- cType
- 类型:String
- cProp
- 类型:String
- ePropertyValue
- 类型:Object
返回值
类型:
Boolean参见