Click or drag to resize

StiDataAdapterServiceIsAdapterDataType Method

Returns true if the specified type is supported by this data adapters.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual bool IsAdapterDataType(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataAdapterService.IsAdapterDataType(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDataAdapterService.IsAdapterDataType(System.Type)"]

See Also