DataSetInfo.TableAdapterName Property

Definition

Gets or sets the name of the table adapter.

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

Property Value

The name of the table adapter.

Applies to