MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..ToImmutableArray<(Of <(<'TObject>)>)> Method
Materializes the result as an immutable array of objects.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IConstructibleMaterializer<ImmutableArray<TObject>> ToImmutableArray<TObject>( CollectionOptions collectionOptions )
Public Function ToImmutableArray(Of TObject) ( _ collectionOptions As CollectionOptions _ ) As IConstructibleMaterializer(Of ImmutableArray(Of TObject))
public: generic<typename TObject> IConstructibleMaterializer<ImmutableArray<TObject>^>^ ToImmutableArray( CollectionOptions^ collectionOptions )
Type Parameters
- TObject
- The type of the model.
Parameters
- collectionOptions
- Type: Tortuga.Chain..::..CollectionOptions
The collection options.