Click or drag to resize

IceNetHttpApplicationSqlBridgeConfiguration Property

Gets or sets configuration data for SQLBridge.

Namespace:  PDTec.IceNet.Web
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static SqlBridgeConfiguration SqlBridgeConfiguration { get; set; }

Property Value

Type: SqlBridgeConfiguration
Remarks
If this property is explicitly set, automatic retrieval of infrastructure parameters from web.config is disabled. Therfore, only set this property if web.config information should not be used.
See Also