Click or drag to resize

DBConnection ConnType Property

Gets the connection data source type based on the value of connConvert.conntype.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override ConnectionDataSourceType ConnType { get; }

Return Value

Type: ConnectionDataSourceType
The ConnectionDataSourceType corresponding to the value of connConvert.conntype.
See Also