DynamicDataRoute.Table Właściwość

Definicja

Pobiera lub ustawia nazwę tabeli dla trasy.

public:
 property System::String ^ Table { System::String ^ get(); void set(System::String ^ value); };
public string Table { get; set; }
member this.Table : string with get, set
Public Property Table As String

Wartość właściwości

Nazwa tabeli skojarzonej z trasą.

Uwagi

Jeśli nie ustawisz tej właściwości podczas tworzenia wystąpienia DynamicDataRouteklasy , trasa będzie stosowana do wszystkich tabel w modelu danych, które są wskazywane przez Modelelement .

Dotyczy