DataSetInfo.TableAdapterGetDataMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.