Метод | Описание | |
---|---|---|
EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters ) : System |
Initializes a new instance of the EntityDataSourceEventArgs class.
|
|
EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters, int affectedRows ) : System |
Initializes a new instance of the EntityDataSourceEventArgs class.
|
|
EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters, int affectedRows, |
Initializes a new instance of the EntityDataSourceEventArgs class.
|
public EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters ) : System | ||
entityList | IEnumerable | The objects on which the current operation is being performed. |
index | int | The index of the current item being operated on. |
inputParameters | IDictionary | A collection of name/value pairs submitted during the current operation. |
Результат | System |
public EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters, int affectedRows ) : System | ||
entityList | IEnumerable | The objects on which the current operation is being performed. |
index | int | The index of the current item being operated on. |
inputParameters | IDictionary | A collection of name/value pairs submitted during the current operation. |
affectedRows | int | The number of rows that are affected by the data operation. |
Результат | System |
public EntityDataSourceMethodEventArgs ( IEnumerable entityList, int index, IDictionary inputParameters, int affectedRows, |
||
entityList | IEnumerable | The objects on which the current operation is being performed. |
index | int | The index of the current item being operated on. |
inputParameters | IDictionary | A collection of name/value pairs submitted during the current operation. |
affectedRows | int | The number of rows that are affected by the data operation. |
exception | An System.Exception that wraps any internal exceptions thrown during the method call. | |
Результат | System |