DataSourceFormatter(T) Class

System.Data.Generic

DataSourceFormatterT Class
Provides a serialization formatter for the data source.
Inheritance Hierarchy
SystemObject  System.Data.Generic.Serialization.FormattersDataSourceFormatterT

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
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.

Constructors
  NameDescription
Public methodDataSourceFormatterT
Initializes a new instance of the DataSourceFormatterT class
Top
Methods
  NameDescription
Public methodDeserialize
Deserialize a data row from the reader.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSerialize
Serialize a datareader. This method is not implemented.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks