TeamFoundationDataReader Constructor (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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
ParamArray dataValues As Object() _
)
public TeamFoundationDataReader(
params Object[] dataValues
)
public:
TeamFoundationDataReader(
... array<Object^>^ dataValues
)
new :
dataValues:Object[] -> TeamFoundationDataReader
public function TeamFoundationDataReader(
... dataValues : Object[]
)
Parameters
dataValues
Type: array<System.Object[]Variable number of data objects
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationDataReader Class