Enum SqlQueryReaderResultSetFieldsPersistenceMode
- Namespace
- LfrlAnvil.Sql.Statements.Compilers
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents a strategy to use for extracting result set fields of a query.
public enum SqlQueryReaderResultSetFieldsPersistenceMode : byte
Fields
Ignore = 0
Specifies that result set fields should not be extracted at all.
Persist = 1
Specifies that result set fields should be extracted but without information about field types.
PersistWithTypes = 2
Specifies that result set fields should be extracted, including field types.