DataStorageColumnOptionsDataInputType Property |
Gets or sets the data type of the input column (for add operation).
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "dataInputType", EmitDefaultValue = false)]
public DataTypeData DataInputType { get; set; }<DataMemberAttribute(Name := "dataInputType", EmitDefaultValue := false)>
Public Property DataInputType As DataTypeData
Get
Set
public:
[DataMemberAttribute(Name = L"dataInputType", EmitDefaultValue = false)]
property DataTypeData^ DataInputType {
DataTypeData^ get ();
void set (DataTypeData^ value);
}[<DataMemberAttribute(Name = "dataInputType", EmitDefaultValue = false)>]
member DataInputType : DataTypeData with get, set
Property Value
Type:
DataTypeData
The data type.
See Also