Namespace Serenity.StructuredPersistence.Infrastructure.Providers
Classes
SqlStructuredStoreBase
Shared base for the ADO.NET-backed IStructuredStore providers (MySql, Sqlite, Postgres).
Holds the write/query/read members whose SQL-building logic is identical across the three
dialects, expressed over DbConnection/DbCommand/
DbTransaction/DbDataReader and parameterized through the abstract
hooks declared first.