System.Data.Generic
DataSourceFormatterT Class |
Provides a serialization formatter for the data source.

Namespace: System.Data.Generic.Serialization.Formatters
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)

public sealed class DataSourceFormatter<T> : IDataReaderFormatter<T>
Public NotInheritable Class DataSourceFormatter(Of T) Implements IDataReaderFormatter(Of T)
generic<typename T> public ref class DataSourceFormatter sealed : IDataReaderFormatter<T>
[<SealedAttribute>] type DataSourceFormatter<'T> = class interface IDataReaderFormatter<'T> end
Type Parameters
- T
- Type of object to serialize or deserialize.
The DataSourceFormatterT type exposes the following members.

Name | Description | |
---|---|---|
![]() | DataSourceFormatterT | Initializes a new instance of the DataSourceFormatterT class |

Name | Description | |
---|---|---|
![]() | Deserialize |
Deserialize a data row from the reader.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Serialize |
Serialize a datareader. This method is not implemented.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

