EntityDataSourceSelectingEventArgs Classe

Definizione

Fornisce i dati per l'evento Selecting.

public ref class EntityDataSourceSelectingEventArgs : System::ComponentModel::CancelEventArgs
public class EntityDataSourceSelectingEventArgs : System.ComponentModel.CancelEventArgs
type EntityDataSourceSelectingEventArgs = class
    inherit CancelEventArgs
Public Class EntityDataSourceSelectingEventArgs
Inherits CancelEventArgs
Ereditarietà
EntityDataSourceSelectingEventArgs

Proprietà

Cancel

Ottiene o imposta un valore che indica se l'evento debba essere annullato.

(Ereditato da CancelEventArgs)
DataSource

Ottiene l'istanza di EntityDataSource che ha generato l'evento Selecting.

SelectArguments

Ottiene i valori che determinano come vengono restituiti i dati.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a