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

ITableDbCommandBuilder Interface

This is a specialization of IMultipleRowDbCommandBuilder that includes support for sorting and limiting

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

Syntax


public interface ITableDbCommandBuilder : IMultipleRowDbCommandBuilder
Public Interface ITableDbCommandBuilder _
	Inherits IMultipleRowDbCommandBuilder
public interface class ITableDbCommandBuilder : IMultipleRowDbCommandBuilder

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 method will be added over time.