DataInputType Class

Data input data type definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataInputType

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class DataInputType

The DataInputType type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseType
Gets the data type to which native data type is mapped.
Public propertyIsBoolean
Gets a value indicating whether this data type is Boolean.
Public propertyIsDateTime
Gets a value indicating whether this data type is date/time.
Public propertyIsInteger
Gets a value indicating whether this data type is an integer number (without a fractional component).
Public propertyIsNumeric
Gets a value indicating whether this data type is numeric.
Public propertyIsString
Gets a value indicating whether this data type is string.
Public propertyMaxLength
Gets or sets the maximum length (for string and binary data types).
Top
Methods
  NameDescription
Public methodStatic memberBoolean
Returns a Boolean DataInputType.
Public methodStatic memberDateTime
Public methodStatic memberDouble
Returns a double DataType.
Public methodStatic memberFromDataType
Returns a DataInputType based on specified DataType.
Public methodStatic memberGuid
Public methodStatic memberInteger
Returns an integer DataInputType.
Public methodStatic memberString
Returns a string DataInputType with the specified length.
Top
See Also