Name property

Returns the name of the table.

Syntax
Visual Basic

Public Overrides Readonly Property Name As String
C#

public override string  Name  { get;}
Property value

The name of the table as a string.

See also