Click or drag to resize

WebPageControllerDatabase Property

Gets or sets database connection to provide to RazorView instances in this WebPageController, if any.

Namespace:  GSF.Web.Hosting
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.171-beta
Syntax
public AdoDataConnection Database { get; set; }
Request Example View Source

Property Value

Type: AdoDataConnection
See Also