Click or drag to resize
Grid Solutions Framework

AdoOutputAdapterDataProviderString Property

Gets or sets the data provider string used to connect to the data source.

Namespace: AdoAdapters
Assembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName={System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}; ConnectionType=System.Data.Odbc.OdbcConnection; AdapterType=System.Data.Odbc.OdbcDataAdapter")]
public string DataProviderString { get; set; }
View Source

Property Value

String
See Also