Class OLEDBConnection
Represents the OLEDB connection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class OLEDBConnection : DataBaseProperty
Constructors
OLEDBConnection(ExternalConnection)
Implement the OLEDB Connection for ExternalConnection
Declaration
public OLEDBConnection(ExternalConnection connection)
Parameters
Type | Name | Description |
---|---|---|
ExternalConnection | connection |
Properties
ConnectionString
Define connection information
Declaration
public override object ConnectionString { get; set; }
Property Value
Type |
---|
System.Object |