This documentation is archived and is not being maintained.
LinqDataSourceStatusEventArgs Constructor
Visual Studio 2008
Initializes a new instance of the LinqDataSourceStatusEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LinqDataSourceStatusEventArgs(Exception) | Initializes a new instance of the LinqDataSourceStatusEventArgs class by using an exception that occurred as a result of the data operation. |
|
LinqDataSourceStatusEventArgs(Object) | Initializes a new instance of the LinqDataSourceStatusEventArgs class by using an object that contains the data from the data operation. |
|
LinqDataSourceStatusEventArgs(Object, Int32) | Initializes a new instance of the LinqDataSourceStatusEventArgs class with an object that contains the data from the data operation and the number of rows returned. |
Show: