DataSetInfo.TableAdapterGetDataMethod Property

Definition

Gets or sets the method that retrieves data of a table adapter.

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

Property Value

The method that retrieves data of a table adapter.

Applies to