LinqDataSourceView.Where Proprietà

Definizione

Ottiene o imposta un valore che specifica quali condizioni devono verificarsi affinché un record venga incluso nei dati recuperati.

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

Valore della proprietà

String

Stringa utilizzata per creare la clausola Where.

Commenti

Quando si imposta la proprietà del controllo, tale valore viene impostato anche Where per la proprietà Where del LinqDataSource LinqDataSourceView controllo. Per altre informazioni, vedere la proprietà LinqDataSource.Where.

Si applica a

Vedi anche