IceNetHttpApplicationDatabaseService Property |
Gets or sets the database service.
Namespace: PDTec.IceNet.WebAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static DatabaseService DatabaseService { get; set; }
Property Value
Type:
DatabaseService
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