DbcDatabase.GetProp Method | |
Worker method for DbGetProp()
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD GetProp(
cName AS STRING,
cType AS STRING,
cProp AS STRING
) AS Object
public Object GetProp(
string cName,
string cType,
string cProp
)
Request Example
View SourceParameters
- cName
- Type: String
- cType
- Type: String
- cProp
- Type: String
Return Value
Type:
ObjectSee Also