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

