DbcDatabase.SetProp Method | |
-- todo --
Worker method for DbSetProp()
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax 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
)
Request Example
View SourceParameters
- cName
- Type: String
- cType
- Type: String
- cProp
- Type: String
- ePropertyValue
- Type: Object
Return Value
Type:
LogicSee Also