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

SqlBuilderEntry<(Of <(<'TDbType>)>)> Structure

Struct SqlBuilderEntry

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

Syntax


[SuppressMessageAttribute]
public struct SqlBuilderEntry<TDbType>
<SuppressMessageAttribute> _
Public Structure SqlBuilderEntry(Of TDbType)
[SuppressMessageAttribute]
generic<typename TDbType>
public value class SqlBuilderEntry

Type Parameters

TDbType
The type of the database type.

Remarks


This is a struct because we want fast allocations and copies. Try to keep it at 16 bytes or less.