|
ModelControllerT, UConnection Property
|
Note: This API is now obsolete.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.252-beta
Syntax[ObsoleteAttribute("Creating AdoDataConnection with this property may ignore DbTimeout Settings in some repositories, please use ConnectionFactory instead.")]
protected string Connection { get; }
<ObsoleteAttribute("Creating AdoDataConnection with this property may ignore DbTimeout Settings in some repositories, please use ConnectionFactory instead.")>
Protected ReadOnly Property Connection As String
Get
protected:
[ObsoleteAttribute(L"Creating AdoDataConnection with this property may ignore DbTimeout Settings in some repositories, please use ConnectionFactory instead.")]
property String^ Connection {
String^ get ();
}
[<ObsoleteAttribute("Creating AdoDataConnection with this property may ignore DbTimeout Settings in some repositories, please use ConnectionFactory instead.")>]
member Connection : string with get
function get_Connection();
View SourceProperty Value
String
See Also