Dbc.IsValidObjectType Method | |
Validate a property type.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD IsValidObjectType(
cType AS STRING
) AS LOGIC
public static bool IsValidObjectType(
string cType
)
Request Example
View SourceParameters
- cType
- Type: String
Return Value
Type:
LogicSee Also