ComponentOne Web API Edition
DataType Property (Field)

C1.Web.Api.DataEngine.Models Namespace > Field Class : DataType Property
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

Reference

Field Class
Field Members