CodeCharge Studio |
All C#.NET VB.NET |
public ConnectionStringType Type{get;set;}
Public Property Type() As ConnectionStringType
| Type | Description |
|---|---|
| OleDb | OLE DB .NET Data Provider. |
| Sql | SQL Server .NET Data Provider. |
| Odbc | ODBC .NET Data Provider. |
| Oracle | Oracle .NET Data Provider. |
ConnectionString1.Type = ConnectionStringType.OleDb;
ConnectionString1.Type = ConnectionStringType._OleDb