MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> Methods
The MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AsNonQuery |
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
CommandText |
Returns the command text (usually SQL) without executing it.
(Inherited from DbCommandBuilder.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute |
Execute the operation synchronously.
(Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
|
|
ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Prepare |
Prepares the command for execution by generating any necessary SQL.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToBoolean()()()() |
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToBoolean(String) |
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToBooleanOrNull()()()() |
Indicates the results should be materialized as a nullable Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToBooleanOrNull(String) |
Indicates the results should be materialized as a nullable Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToByte()()()() |
Indicates the results should be materialized as a byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByte(String) |
Indicates the results should be materialized as a byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteArray()()()() |
Indicates the results should be materialized as a byte array.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteArray(String) |
Indicates the results should be materialized as a byte array.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteArrayList(ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToByteArrayList(String, ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
|
|
|
ToByteArrayOrNull()()()() |
Indicates the results should be materialized as a byte array or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteArrayOrNull(String) |
Indicates the results should be materialized as a byte array or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToByteList(ListOptions) |
Indicates the results should be materialized as a list of bytes.
|
|
|
ToByteList(String, ListOptions) |
Indicates the results should be materialized as a list of bytes.
|
|
|
ToByteOrNull()()()() |
Indicates the results should be materialized as a nullable byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteOrNull(String) |
Indicates the results should be materialized as a nullable byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToByteSet(ListOptions) |
Indicates the results should be materialized as a set of bytes.
|
|
|
ToByteSet(String, ListOptions) |
Indicates the results should be materialized as a list of bytes.
|
|
|
ToChar()()()() |
Indicates the results should be materialized as a non-nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToChar(String) |
Indicates the results should be materialized as a non-nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToCharList(String, ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
ToCharList(ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
ToCharOrNull(String) |
Indicates the results should be materialized as a nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToCharOrNull()()()() |
Indicates the results should be materialized as a nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToCharOrNullList(ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
ToCharOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
ToCharSet(String, ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
ToCharSet(ListOptions) |
Indicates the results should be materialized as a list of chars.
|
|
|
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.
|
|
|
ToDataRow |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDataRowOrNull |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDataTable |
Indicates the results should be materialized as a DataSet.
|
|
|
ToDateOnly()()()() |
Indicates the results should be materialized as a DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateOnly(String) |
Indicates the results should be materialized as a DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateOnlyOrNull()()()() |
Indicates the results should be materialized as a nullable DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateOnlyOrNull(String) |
Indicates the results should be materialized as a nullable DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTime()()()() |
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTime(String) |
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTimeList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeList(ListOptions) |
Indicates the results should be materialized as a list of DateTime.
|
|
|
ToDateTimeOffset()()()() |
Indicates the results should be materialized as a DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTimeOffset(String) |
Indicates the results should be materialized as a DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTimeOffsetList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetList(ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
|
|
|
ToDateTimeOffsetOrNull()()()() |
Indicates the results should be materialized as a nullable DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTimeOffsetOrNull(String) |
Indicates the results should be materialized as a nullable DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToDateTimeOrNull()()()() |
Indicates the results should be materialized as a nullable DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDateTimeOrNull(String) |
Indicates the results should be materialized as a nullable DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToDecimal()()()() |
Indicates the results should be materialized as a Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDecimal(String) |
Indicates the results should be materialized as a Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDecimalList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDecimalOrNull()()()() |
Indicates the results should be materialized as a nullable Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDecimalOrNull(String) |
Indicates the results should be materialized as a nullable Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDecimalOrNullList(ListOptions) |
Converts to decimalornulllist.
|
|
|
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.
|
|
|
ToDouble()()()() |
Indicates the results should be materialized as a Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDouble(String) |
Indicates the results should be materialized as a Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDoubleList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToDoubleOrNull()()()() |
Indicates the results should be materialized as a nullable Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDoubleOrNull(String) |
Indicates the results should be materialized as a nullable Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToDynamicObject |
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToDynamicObjectOrNull |
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToGuid()()()() |
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToGuid(String) |
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToGuidList(String, ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidList(ListOptions) |
Indicates the results should be materialized as a list of Guids.
|
|
|
ToGuidOrNull()()()() |
Indicates the results should be materialized as a nullable Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToGuidOrNull(String) |
Indicates the results should be materialized as a nullable Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToInt16()()()() |
Indicates the results should be materialized as a Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt16(String) |
Indicates the results should be materialized as a Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt16List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt16OrNull()()()() |
Indicates the results should be materialized as a nullable Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt16OrNull(String) |
Indicates the results should be materialized as a nullable Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToInt32()()()() |
Indicates the results should be materialized as a Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt32(String) |
Indicates the results should be materialized as a Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt32List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt32OrNull()()()() |
Indicates the results should be materialized as a nullable Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt32OrNull(String) |
Indicates the results should be materialized as a nullable Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToInt64()()()() |
Indicates the results should be materialized as a Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt64(String) |
Indicates the results should be materialized as a Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt64List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToInt64OrNull()()()() |
Indicates the results should be materialized as a nullable Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToInt64OrNull(String) |
Indicates the results should be materialized as a nullable Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToMasterDetailCollection<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a list of master/detail records.
|
|
|
ToMasterDetailObject<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToMasterDetailObjectOrNull<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToObject<(Of <<'(TObject>)>>) |
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToObjectOrNull<(Of <<'(TObject>)>>) |
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToObjectStream<(Of <<'(TObject>)>>) |
Indicates the results should be materialized as a stream of objects. This can be either IEnumerable ot IAsyncEnumerable.
|
|
|
ToRow |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToRowOrNull |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToScalarDictionary<(Of <<'(TKey, TValue>)>>)(String, String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToScalarDictionary<(Of <<'(TKey, TValue, TDictionary>)>>)(String, String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
|
|
|
ToSingle()()()() |
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToSingle(String) |
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToSingleList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
|
|
|
ToSingleOrNull()()()() |
Indicates the results should be materialized as a nullable Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToSingleOrNull(String) |
Indicates the results should be materialized as a nullable Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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()()()() |
Indicates the results should be materialized as a non-nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToString(String) |
Indicates the results should be materialized as a non-nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToStringList(String, ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringList(ListOptions) |
Indicates the results should be materialized as a list of strings.
|
|
|
ToStringOrNull(String) |
Indicates the results should be materialized as a nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToStringOrNull()()()() |
Indicates the results should be materialized as a nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToTimeOnly()()()() |
Indicates the results should be materialized as a TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeOnly(String) |
Indicates the results should be materialized as a TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeOnlyOrNull()()()() |
Indicates the results should be materialized as a nullable TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeOnlyOrNull(String) |
Indicates the results should be materialized as a nullable TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeSpan()()()() |
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeSpan(String) |
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeSpanList(String, ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanList(ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
|
|
|
ToTimeSpanOrNull()()()() |
Indicates the results should be materialized as a nullable TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToTimeSpanOrNull(String) |
Indicates the results should be materialized as a nullable TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
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.
|
|
|
ToUInt64()()()() |
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToUInt64(String) |
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToUInt64List(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToUInt64List(ListOptions) |
Indicates the results should be materialized as a list of integers.
|
|
|
ToXml()()()() |
Materializes the result as an XElement.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToXml(String) |
Materializes the result as an XElement.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToXmlList(ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlList(String, ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlOrNull()()()() |
Materializes the result as an XElement or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToXmlOrNull(String) |
Materializes the result as an XElement or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ToXmlOrNullList(ListOptions) |
Materializes the result as a list of XElement.
|
|
|
ToXmlOrNullList(String, ListOptions) |
Materializes the result as a list of XElement.
|
|
|
TryGetColumn |
Returns the column associated with the column name.
(Inherited from DbCommandBuilder.) |
|
|
TryGetColumns |
Returns a list of columns.
(Inherited from DbCommandBuilder.) |
|
|
TryGetNonNullableColumns |
Returns a list of columns known to be non-nullable.
(Inherited from DbCommandBuilder.) |

