Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IConstructibleMaterializer<(Of <(<'TResult>)>)> Interface

This interface denotes an materializer that allows overriding the constructor logic. This includes the ability to limit the list of columns being populated.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public interface IConstructibleMaterializer<TResult> : IColumnSelectingMaterializer<TResult>
Public Interface IConstructibleMaterializer(Of TResult) _
	Inherits IColumnSelectingMaterializer(Of TResult)
generic<typename TResult>
public interface class IConstructibleMaterializer : IColumnSelectingMaterializer<TResult>

Type Parameters

TResult
The type of the t result.