IMultipleRowDbCommandBuilder Members
The IMultipleRowDbCommandBuilder 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.) |
|
|
ToBooleanList(String, ListOptions) |
Indicates the results should be materialized as a list of booleans.
|
|
|
ToBooleanList(ListOptions) |
Indicates the results should be materialized as a list of booleans.
|
|
|
ToBooleanOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of booleans.
|
|
|
ToBooleanOrNullList(ListOptions) |
Indicates the results should be materialized as a list of booleans.
|
|
|
ToByteArrayList(String, ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToByteArrayList(ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToByteArrayOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToByteArrayOrNullList(ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToCollection<(Of <<'(TObject>)>>)(CollectionOptions) |
Materializes the result as a list of objects.
|
|
|
ToCollection<(Of <<'(TObject, TCollection>)>>)(CollectionOptions) |
Materializes the result as a list of objects.
|
|
|
ToDataTable |
Indicates the results should be materialized as a DataSet.
|
|
|
ToDateTimeList(ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeOffsetList(ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetOrNullList(ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetSet(ListOptions) |
Indicates the results should be materialized as a set of DateTimeOffset.
|
|
|
ToDateTimeOffsetSet(String, ListOptions) |
Indicates the results should be materialized as a set of DateTimeOffset.
|
|
|
ToDateTimeOrNullList(ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeSet(ListOptions) |
Indicates the results should be materialized as a set of DateTime.
|
|
|
ToDateTimeSet(String, ListOptions) |
Indicates the results should be materialized as a set of DateTime.
|
|
|
ToDecimalList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalOrNullList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToDecimalSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToDoubleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleOrNullList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToDoubleSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToDynamicCollection |
Materializes the result as a list of dynamically typed objects.
|
|
|
ToFrozenDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
|
|
|
ToFrozenDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
|
|
|
ToGuidList(ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidList(String, ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidOrNullList(ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidSet(ListOptions) |
Indicates the results should be materialized as a set of Guids.
|
|
|
ToGuidSet(String, ListOptions) |
Indicates the results should be materialized as a set of Guids.
|
|
|
ToImmutableArray<(Of <<'(TObject>)>>) |
Materializes the result as an immutable array of objects.
|
|
|
ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
|
|
|
ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
|
|
|
ToImmutableList<(Of <<'(TObject>)>>) |
Materializes the result as an immutable list of objects.
|
|
|
ToInt16List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16OrNullList(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToInt16Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToInt32List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32OrNullList(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToInt32Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToInt64List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64OrNullList(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToInt64Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
|
|
|
ToSingleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleOrNullList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToSingleSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
|
|
|
ToString | (Inherited from Object.) |
|
|
ToStringList(ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringList(String, ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringOrNullList(ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringSet(ListOptions) |
Indicates the results should be materialized as a set of strings.
|
|
|
ToStringSet(String, ListOptions) |
Indicates the results should be materialized as a set of strings.
|
|
|
ToTable |
Indicates the results should be materialized as a Table.
|
|
|
ToTimeSpanList(ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanList(String, ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanOrNullList(ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanSet(ListOptions) |
Indicates the results should be materialized as a set of TimeSpan.
|
|
|
ToTimeSpanSet(String, ListOptions) |
Indicates the results should be materialized as a set of TimeSpan.
|
|
|
ToXmlList(ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlList(String, ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlOrNullList(ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlOrNullList(String, ListOptions) |
Materializes the result as a list of XElement.
|

