DataSetInfo.TableAdapterFillMethod Property

Definition

Gets or sets the fill method of table adapter to fill a dataset.

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

Property Value

The fill method of table adapter to fill a dataset.

Applies to