Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / Field Class / DataType Property

In This Topic
    DataType Property (Field)
    In This Topic
    Gets or sets the data type of the field.
    Syntax
    'Declaration
     
    
    Public Property DataType As Nullable(Of DataType)
    public Nullable<DataType> DataType {get; set;}
    Remarks
    It only works when connecting DataEngine or DataSource.
    See Also