| 
            
              ModelControllerT, UConnection Property
             | 
          
        
        
          Note: This API is now obsolete.
        
        
        Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-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
	Getprotected:
[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 getfunction get_Connection();
 View SourceProperty Value
String
See Also