Class OLEDBConnection
Represents the OLEDB connection
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.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 |