SqlBuilder<(Of <(<'TDbType>)>)>..::..ApplyDesiredColumns Method
Uses a desired columns enumeration to indicate which columns should be set to read-mode.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
Parameters
- desiredColumns
- Type: IEnumerable<(Of <(<'String>)>)>
The desired columns. This also supports Materializer.NoColumns, Materializer.AutoSelectDesiredColumns, and Materializer.AllColumns.
Exceptions
Exception | Condition |
---|---|
Tortuga.Chain..::..MappingException | This is thrown is no desired columns were actually part of the table or view. If strict mode, all desired columns must be found. |