Click or drag to resize
Grid Solutions Framework

DatabaseNotifierDatabaseProviderString Property

Gets or sets the provider string used for database operation. Defaults to a SQL Server provider string.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("AssemblyName={System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}; ConnectionType=System.Data.SqlClient.SqlConnection; AdapterType=System.Data.SqlClient.SqlDataAdapter")]
public string DatabaseProviderString { get; set; }
View Source

Property Value

String
See Also