| CodeMethodParamIsValidPropertyDataType Method |
Will return false if the given data type is none of the following:
PropertyDataType.Text, .Integer, .DateTime, .Decimal or .Boolean
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool IsValidPropertyDataType(
PropertyDataType dataType
)
Parameters
- dataType
- Type: Omada.OE.ModelPropertyDataType
is a property data type
Return Value
Type:
Booleantrue/false
See Also