Class PgStreamingConverter<T>
Inheritance
object
PgStreamingConverter<T>
Assembly: Npgsql.dll
Syntax
public abstract class PgStreamingConverter<T> : PgConverter<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
PgStreamingConverter(bool)
Declaration
protected PgStreamingConverter(bool customDbNullPredicate = false)
Parameters
Type |
Name |
Description |
bool |
customDbNullPredicate |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanConvert(DataFormat format, out BufferRequirements bufferRequirements)
Parameters
Returns
Overrides