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

IMultipleRowDbCommandBuilder Methods

The IMultipleRowDbCommandBuilder<(Of <(<'TObject>)>)> type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToCollection
Materializes the result as a list of objects.
Public method ToDictionary<(Of <<'(TKey>)>>)(String, DictionaryOptions)
Materializes the result as a dictionary of objects.
Public method ToDictionary<(Of <<'(TKey>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a dictionary of objects.
Public method ToFrozenDictionary<(Of <<'(TKey>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
Public method ToFrozenDictionary<(Of <<'(TKey>)>>)(String, DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
Public method ToImmutableArray
Materializes the result as an immutable array of objects.
Public method ToImmutableDictionary<(Of <<'(TKey>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
Public method ToImmutableDictionary<(Of <<'(TKey>)>>)(String, DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
Public method ToImmutableList
Materializes the result as an immutable list of objects.
Public method ToMasterDetailCollection<(Of <<'(TDetail>)>>)
Materializes the result as a list of master/detail records.
Public method ToString (Inherited from Object.)