Class PgStreamingConverter<T>
public abstract class PgStreamingConverter<T> : PgConverter<T>
Type Parameters
T
- Inheritance
-
PgConverter<T>PgStreamingConverter<T>
- Inherited Members
Constructors
PgStreamingConverter(bool)
protected PgStreamingConverter(bool customDbNullPredicate = false)
Parameters
customDbNullPredicatebool
Methods
CanConvert(DataFormat, out BufferRequirements)
Whether this converter can handle the given format and with which buffer requirements.
public override bool CanConvert(DataFormat format, out BufferRequirements bufferRequirements)
Parameters
formatDataFormatThe data format.
bufferRequirementsBufferRequirementsReturns the buffer requirements.
Returns
- bool
Returns true if the given data format is supported.
Remarks
The buffer requirements should not cover database NULL reads or writes, these are handled by the caller.