StiDataAdapterServiceGetDataTypes Method |
Returns the array of data types to which the Data Source may refer.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract Type[] GetDataTypes()
Public MustOverride Function GetDataTypes As Type()
Return Value
Type:
TypeArray of data types.
See Also