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

On this page
    Name Property (DbDataSet)
    On this page
    Gets or sets name of the DbDataSet.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    The name of the DbDataSet.
    See Also