DataSourceElement.DataTableName Property

Definition

Gets or sets the name of the data table.

public:
 property System::String ^ DataTableName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("dataTableName", IsRequired=true)]
public string DataTableName { get; set; }
[<System.Configuration.ConfigurationProperty("dataTableName", IsRequired=true)>]
member this.DataTableName : string with get, set
Public Property DataTableName As String

Property Value

Attributes

Applies to