ModelDataSourceView.SelectMethod Propriedade
Definição
Obtém ou define o nome do método que o controle ModelDataSourceView invoca para recuperar dados.Gets or sets the name of the method that the ModelDataSourceView control invokes to retrieve data.
public:
property System::String ^ SelectMethod { System::String ^ get(); };
public string SelectMethod { get; }
member this.SelectMethod : string
Public ReadOnly Property SelectMethod As String
Valor da propriedade
Uma cadeia de caracteres que representa o nome do método que o ModelDataSourceView usa para recuperar dados.A string that represents the name of the method that the ModelDataSourceView uses to retrieve data.