LinqDataSourceUpdateEventArgs Construtores
Definição
Inicializa uma nova instância da classe LinqDataSourceUpdateEventArgs.Initializes a new instance of the LinqDataSourceUpdateEventArgs class.
Sobrecargas
| LinqDataSourceUpdateEventArgs(LinqDataSourceValidationException) |
Inicializa uma nova instância da classe LinqDataSourceUpdateEventArgs com a exceção especificada.Initializes a new instance of the LinqDataSourceUpdateEventArgs class with the specified exception. |
| LinqDataSourceUpdateEventArgs(Object, Object) |
Inicializa uma nova instância da classe LinqDataSourceUpdateEventArgs.Initializes a new instance of the LinqDataSourceUpdateEventArgs class. |
LinqDataSourceUpdateEventArgs(LinqDataSourceValidationException)
Inicializa uma nova instância da classe LinqDataSourceUpdateEventArgs com a exceção especificada.Initializes a new instance of the LinqDataSourceUpdateEventArgs class with the specified exception.
public:
LinqDataSourceUpdateEventArgs(System::Web::UI::WebControls::LinqDataSourceValidationException ^ exception);
public LinqDataSourceUpdateEventArgs (System.Web.UI.WebControls.LinqDataSourceValidationException exception);
new System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs : System.Web.UI.WebControls.LinqDataSourceValidationException -> System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs
Public Sub New (exception As LinqDataSourceValidationException)
Parâmetros
- exception
- LinqDataSourceValidationException
A exceção que ocorreu durante a validação de dados a serem atualizados.The exception that occurred when validating the data to update.
Aplica-se a
LinqDataSourceUpdateEventArgs(Object, Object)
Inicializa uma nova instância da classe LinqDataSourceUpdateEventArgs.Initializes a new instance of the LinqDataSourceUpdateEventArgs class.
public:
LinqDataSourceUpdateEventArgs(System::Object ^ originalObject, System::Object ^ newObject);
public LinqDataSourceUpdateEventArgs (object originalObject, object newObject);
new System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs : obj * obj -> System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs
Public Sub New (originalObject As Object, newObject As Object)
Parâmetros
- originalObject
- Object
Um objeto do tipo especificado na propriedade TableName que contém os valores iniciais recuperados da fonte de dados.An object of the type specified in the TableName property that contains the initial values that were retrieved from the data source.
- newObject
- Object
Um objeto do tipo especificado na propriedade TableName que contém os valores que serão salvos na fonte de dados.An object of the type specified in the TableName property that contains the values that will be saved in the data source.