ITableMapping.DataSetTable Propiedad

Definición

Obtiene o establece el nombre, sin distinguir entre mayúsculas y minúsculas, de la tabla incluida en el DataSet.

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

Valor de propiedad

Nombre, sin distinguir entre mayúsculas y minúsculas, de la tabla incluida en el DataSet.

Se aplica a