TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)> Methods
The TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AsAggregate(IEnumerable<(Of <<'(AggregateColumn>)>>)) |
Performs an aggregation on the table.
|
![]() |
AsAggregate(array<AggregateColumn>[]()[][]) |
Performs an aggregation on the table.
|
![]() |
AsAggregate<(Of <<'(TObject>)>>)()()()() |
Performs an aggregation on the table using the provided object.
|
![]() |
AsAverage |
Gets the average value for the indicated column.
|
![]() |
AsCount()()()() |
Returns the row count using a SELECT Count(*) style query.
|
![]() |
AsCount(String, Boolean) |
Returns the row count for a given column. SELECT Count(columnName)
|
![]() |
AsMax |
Gets the maximum value for the indicated column.
|
![]() |
AsMin |
Gets the minimum value for the indicated column.
|
![]() |
AsNonQuery |
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
AsSum |
Gets the sum of non-null values the indicated column.
|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current 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 |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToBooleanList(ListOptions) |
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToBooleanOrNullList(ListOptions) |
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToByteArrayList(String, ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToByteArrayOrNullList(ListOptions) |
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToByteList(ListOptions) |
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToByteList(String, ListOptions) |
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToByteSet(String, ListOptions) |
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCharList(ListOptions) |
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCharOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCharSet(String, ListOptions) |
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCharSet(ListOptions) |
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCollection<(Of <<'(TObject>)>>)(CollectionOptions) |
Materializes the result as a list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToCollection<(Of <<'(TObject, TCollection>)>>)(CollectionOptions) |
Materializes the result as a list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeList(ListOptions) |
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeOffsetList(ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeOffsetOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeOffsetSet(ListOptions) |
Indicates the results should be materialized as a set of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeOffsetSet(String, ListOptions) |
Indicates the results should be materialized as a set of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeSet(ListOptions) |
Indicates the results should be materialized as a set of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDateTimeSet(String, ListOptions) |
Indicates the results should be materialized as a set of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDecimalList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDecimalOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDecimalSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDecimalSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(String, DictionaryOptions) |
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDoubleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDoubleOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDoubleSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDoubleSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDynamicCollection |
Materializes the result as a list of dynamically typed objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuidList(ListOptions) |
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuidOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuidSet(ListOptions) |
Indicates the results should be materialized as a set of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuidSet(String, ListOptions) |
Indicates the results should be materialized as a set of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToImmutableArray<(Of <<'(TObject>)>>) |
Materializes the result as an immutable array of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions) |
Materializes the result as a immutable dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToImmutableList<(Of <<'(TObject>)>>) |
Materializes the result as an immutable list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt16List(ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt16OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt16Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt16Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt32List(ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt32OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt32Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt32Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt64List(ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt64OrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt64Set(ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToInt64Set(String, ListOptions) |
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToMasterDetailCollection<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a list of master/detail records.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingleList(ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingleOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingleSet(ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingleSet(String, ListOptions) |
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToStringList(ListOptions) |
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToStringOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToStringSet(ListOptions) |
Indicates the results should be materialized as a set of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToStringSet(String, ListOptions) |
Indicates the results should be materialized as a set of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToTable |
Indicates the results should be materialized as a Table.
(Inherited from MultipleRowDbCommandBuilder<(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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToTimeSpanList(ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToTimeSpanOrNullList(String, ListOptions) |
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToTimeSpanSet(ListOptions) |
Indicates the results should be materialized as a set of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToTimeSpanSet(String, ListOptions) |
Indicates the results should be materialized as a set of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToXmlList(String, ListOptions) |
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToXmlOrNullList(String, ListOptions) |
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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.) |
![]() |
WithFilter(Object, FilterOptions) |
Adds (or replaces) the filter on this command builder.
|
![]() |
WithFilter(String) |
Adds (or replaces) the filter on this command builder.
|
![]() |
WithFilter(String, Nullable<(Of <<'(Object>)>>)) |
Adds (or replaces) the filter on this command builder.
|
![]() |
WithLimits(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>)) |
Adds limits to the command builder.
|
![]() |
WithLimits(Nullable<(Of <<'(Int32>)>>)) |
Adds limits to the command builder.
|
![]() |
WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit) |
Adds limits to the command builder.
|
![]() |
WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit, Int32) |
Adds limits to the command builder.
|
![]() |
WithSorting(IEnumerable<(Of <<'(SortExpression>)>>)) |
Adds sorting to the command builder.
|
![]() |
WithSorting(array<SortExpression>[]()[][]) |
Adds sorting to the command builder
|