IDashboardDataSource.GetFieldSourceType(String, String) Method
Gets the type of the field contained in the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the name of the data source field. |
data |
String | A String value that specifies the name of the data member. Note The data |
#Returns
Type | Description |
---|---|
Type | A Type value that is the type of the field. |
#Remarks
For example, the DashboardSqlDataSource class instance (dataSource) contains the SalesPerson query from the corresponding view contained in the standard Northwind database. In this case, the GetFieldSourceType method returns DateTime for the OrderDate field from the SalesPerson view.
Note that dataSource is the DashboardSqlDataSource class instance.