C# (CSharp) Npgsql.FrontendMessages Namespace

Classes

Name Description
BindMessage
ParseMessage
PregeneratedMessage A frontend message of an arbitrary type that has been pregenerated for efficiency - it is kept in byte[] form and doesn't have to be serialized for each send.
QueryMessage A simple query message. Note that since this is only used to send some specific control messages (e.g. start transaction) and never arbitrary-length user-provided queries, this message is treated as simple and not chunking, and only ASCII is supported.