Table.Name Property

Definition

The name of the table. The name is used at runtime.

[System.Text.Json.Serialization.JsonPropertyName("Name")]
public string Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to