dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbConnectionBase Class / Name Property

In This Topic
    Name Property (DbConnectionBase)
    In This Topic
    Gets or sets name of the component.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also