MetaTable.TableName Property

Definition

Gets the name of the table as defined by the database.

public:
 abstract property System::String ^ TableName { System::String ^ get(); };
public abstract string TableName { get; }
member this.TableName : string
Public MustOverride ReadOnly Property TableName As String

Property Value

A string representing the name of the table.

Applies to