Property Schema
- Namespace
- Millrace.Storage.PostgreSql
- Assembly
- Millrace.Storage.PostgreSql.dll
Schema
Schema holding the Millrace tables (default millrace). Restricted to
[a-z_][a-z0-9_]* because it is interpolated into DDL/DML.
public string Schema { get; set; }