ModelDataSourceView.SelectMethod 属性

定义

获取或设置控件调用以检索数据的方法 ModelDataSourceView 的名称。

public:
 property System::String ^ SelectMethod { System::String ^ get(); };
public string SelectMethod { get; }
member this.SelectMethod : string
Public ReadOnly Property SelectMethod As String

属性值

一个字符串,表示用于检索数据的方法 ModelDataSourceView 的名称。

适用于