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.MetadataAssembly: 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.