TeamFoundationDataReader Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TeamFoundationDataReader(array<Object[]) | Creates a new data reader for the given set of results. The order of the parameters is the order which the results will be accessed and read through the data reader. | |
TeamFoundationDataReader(IEnumerable<IDisposable>, array<Object[]) | Creates a new data reader for the given set of results. The order of the parameters if the order which the results will be accessed and read through the data reader. The given disposable objects will be disposed together with the reader, which occurs either when the reader is disposed or when it is finalized. | |
TeamFoundationDataReader(IDisposable, array<Object[]) | Creates a new data reader for the given set of results. The order of the parameters if the order which the results will be accessed and read through the data reader. The given disposable object will be disposed together with the reader, which occurs either when the reader is disposed or when it is finalized. |
Top