ParameterDataTypeAttributes Property |
Gets the parameter's data type attributes. These attributes are defined in system metadata.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public DataTypeAttrs DataTypeAttributes { get; }
Public ReadOnly Property DataTypeAttributes As DataTypeAttrs
Get
Property Value
Type:
DataTypeAttrsThe parameter's data type attributes.
See Also