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

ISqlBuilderEntryDetails<(Of <(<'TDbType>)>)> Interface

This interface is used to allow SqlBuilder to be used with stored procs, TVFs, and other non-table objects.

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

Syntax


public interface ISqlBuilderEntryDetails<TDbType> : ISqlBuilderEntryDetails
Public Interface ISqlBuilderEntryDetails(Of TDbType) _
	Inherits ISqlBuilderEntryDetails
generic<typename TDbType>
public interface class ISqlBuilderEntryDetails : ISqlBuilderEntryDetails

Type Parameters

TDbType
The type of the database type.

Remarks


For internal use only.