DataSetInfo.ObjectDataSourceSelectMethod Property

Definition

Gets or sets the name of the method that the object data source invokes to retrieve data.

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

Property Value

The name of the method that the object data source invokes to retrieve data.

Applies to