IDataReaderFormatter(T).Deserialize Method

System.Data.Generic

IDataReaderFormatterTDeserialize Method
Deserializes the data on the provided DataReader and reconstitutes the graph of objects.

Namespace: System.Data.Generic.Serialization.Formatters
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
T Deserialize(
	IDataReader reader
)
Function Deserialize ( 
	reader As IDataReader
) As T
T Deserialize(
	IDataReader^ reader
)
abstract Deserialize : 
        reader : IDataReader -> 'T 

Parameters

reader
Type: System.DataIDataReader
The DataReader that contains the data to deserialize.

Return Value

Type: T
Deserialized object of type T from the reader.
Remarks