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

ISingleRowDbCommandBuilder Interface

This allows the use of scalar and single row materializers against a command builder.

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

Syntax


public interface ISingleRowDbCommandBuilder : IScalarDbCommandBuilder
Public Interface ISingleRowDbCommandBuilder _
	Inherits IScalarDbCommandBuilder
public interface class ISingleRowDbCommandBuilder : IScalarDbCommandBuilder

Remarks


Warning: This interface is meant to simulate multiple inheritance and work-around some issues with exposing generic types. Do not implement it in client code, as new methods will be added over time.