ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataConnectionExtenderBase Class / AutoDetect Property

In This Topic
    AutoDetect Property (DataConnectionExtenderBase)
    In This Topic
    Gets or sets the value indicating whether property values of this DataConnectionExtenderBase object are detected automatically for known types of database servers.
    Syntax
    'Declaration
     
    Public Overridable Property AutoDetect As System.Boolean
    public virtual System.bool AutoDetect {get; set;}
    Remarks
    See See Connection Information for details.
    See Also