Click or drag to resize

ExternalConnection Class

Represents an abstract class for external database connections.
Inheritance Hierarchy
System Object
Spire.Xls ExternalConnection
Spire.Xls DBConnection
Spire.Xls WebQueryConnection

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public abstract class ExternalConnection

The ExternalConnection type exposes the following members.

Constructors
Name Description
Protected method ExternalConnection
Initializes a new instance of the ExternalConnection class
Top
Properties
Name Description
Public property BackgroundRefresh
Gets or sets a value indicating whether background refresh is enabled.
Public property ConnType
Gets the type of the connection data source.
Public property ID
Gets the unique identifier for the object.
Public property KeepAlive
Gets or sets a value indicating whether the object should be kept alive.
Public property Name
Gets or sets the name of the object.
Public property OdcFile
Gets or sets the ODC file.
Public property OnlyUseConnectionFile
Gets or sets a value indicating whether to use a connection file only.
Public property RefreshedVersion
Gets or sets the refreshed version of something.
Public property SaveData
Gets or sets a value indicating whether to save data.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also