Npgsql API Docs

NpgsqlEventLog.EchoMessages Property

Sets/Returns whether Log messages should be echoed to the console

[Visual Basic]
Public Shared Property EchoMessages As Boolean
[C#]
public static bool EchoMessages {get; set;}

Property Value

true if Log messages are echoed to the console, otherwise false

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlEventLog.EchoMessages

See Also

NpgsqlEventLog Class | Npgsql Namespace