Condividi tramite


LinqDataSourceDesigner.OrderBy Proprietà

Definizione

Ottiene o imposta il valore usato durante la creazione della clausola Order By.

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

Valore della proprietà

String

Stringa contenente le proprietà utilizzate per l'ordinamento dei dati.

Si applica a

Vedi anche