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

TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)> Methods

The TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)> type exposes the following members.

Methods


  Name Description
Public method AsAggregate(IEnumerable<(Of <<'(AggregateColumn>)>>))
Performs an aggregation on the table.
Public method AsAggregate(array<AggregateColumn>[]()[][])
Performs an aggregation on the table.
Public method AsAggregate<(Of <<'(TObject>)>>)()()()()
Performs an aggregation on the table using the provided object.
Public method AsAverage
Gets the average value for the indicated column.
Public method AsCount()()()()
Returns the row count using a SELECT Count(*) style query.
Public method AsCount(String, Boolean)
Returns the row count for a given column. SELECT Count(columnName)
Public method AsMax
Gets the maximum value for the indicated column.
Public method AsMin
Gets the minimum value for the indicated column.
Public method AsNonQuery
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method AsSum
Gets the sum of non-null values the indicated column.
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute
Execute the operation synchronously.
(Inherited from DbCommandBuilder.)
Public method ExecuteAsync(Nullable<(Of <<'(Object>)>>))
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.)
Public method ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>))
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Prepare
Prepares the command for execution by generating any necessary SQL.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBoolean()()()()
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBoolean(String)
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanList(String, ListOptions)
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanList(ListOptions)
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanOrNull()()()()
Indicates the results should be materialized as a nullable Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanOrNull(String)
Indicates the results should be materialized as a nullable Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanOrNullList(ListOptions)
Indicates the results should be materialized as a list of booleans.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByte()()()()
Indicates the results should be materialized as a byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByte(String)
Indicates the results should be materialized as a byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArray()()()()
Indicates the results should be materialized as a byte array.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArray(String)
Indicates the results should be materialized as a byte array.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayList(ListOptions)
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayList(String, ListOptions)
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayOrNull()()()()
Indicates the results should be materialized as a byte array or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayOrNull(String)
Indicates the results should be materialized as a byte array or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayOrNullList(ListOptions)
Indicates the results should be materialized as a list of byte arrays.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteList(ListOptions)
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteList(String, ListOptions)
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteOrNull()()()()
Indicates the results should be materialized as a nullable byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteOrNull(String)
Indicates the results should be materialized as a nullable byte.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteSet(ListOptions)
Indicates the results should be materialized as a set of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteSet(String, ListOptions)
Indicates the results should be materialized as a list of bytes.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToChar()()()()
Indicates the results should be materialized as a non-nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToChar(String)
Indicates the results should be materialized as a non-nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharList(String, ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharList(ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharOrNull(String)
Indicates the results should be materialized as a nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharOrNull()()()()
Indicates the results should be materialized as a nullable char.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharOrNullList(ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharSet(String, ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharSet(ListOptions)
Indicates the results should be materialized as a list of chars.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCollection<(Of <<'(TObject>)>>)(CollectionOptions)
Materializes the result as a list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCollection<(Of <<'(TObject, TCollection>)>>)(CollectionOptions)
Materializes the result as a list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDataRow
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDataRowOrNull
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDataTable
Indicates the results should be materialized as a DataSet.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTime()()()()
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTime(String)
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeList(String, ListOptions)
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeList(ListOptions)
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffset()()()()
Indicates the results should be materialized as a DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffset(String)
Indicates the results should be materialized as a DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetList(String, ListOptions)
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetList(ListOptions)
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetOrNull()()()()
Indicates the results should be materialized as a nullable DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetOrNull(String)
Indicates the results should be materialized as a nullable DateTimeOffset.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetOrNullList(ListOptions)
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetSet(ListOptions)
Indicates the results should be materialized as a set of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetSet(String, ListOptions)
Indicates the results should be materialized as a set of DateTimeOffset.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOrNull()()()()
Indicates the results should be materialized as a nullable DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOrNull(String)
Indicates the results should be materialized as a nullable DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOrNullList(ListOptions)
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeSet(ListOptions)
Indicates the results should be materialized as a set of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeSet(String, ListOptions)
Indicates the results should be materialized as a set of DateTime.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimal()()()()
Indicates the results should be materialized as a Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimal(String)
Indicates the results should be materialized as a Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalList(ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalOrNull()()()()
Indicates the results should be materialized as a nullable Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalOrNull(String)
Indicates the results should be materialized as a nullable Decimal.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalOrNullList(ListOptions)
Converts to decimalornulllist.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalSet(ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalSet(String, ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions)
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(String, DictionaryOptions)
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary<(Of <<'(TKey, TObject, TDictionary>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDouble()()()()
Indicates the results should be materialized as a Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDouble(String)
Indicates the results should be materialized as a Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleList(ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleOrNull()()()()
Indicates the results should be materialized as a nullable Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleOrNull(String)
Indicates the results should be materialized as a nullable Double.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleOrNullList(ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleSet(ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleSet(String, ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDynamicCollection
Materializes the result as a list of dynamically typed objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDynamicObject
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDynamicObjectOrNull
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuid()()()()
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuid(String)
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidList(String, ListOptions)
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidList(ListOptions)
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidOrNull()()()()
Indicates the results should be materialized as a nullable Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidOrNull(String)
Indicates the results should be materialized as a nullable Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidOrNullList(ListOptions)
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidSet(ListOptions)
Indicates the results should be materialized as a set of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidSet(String, ListOptions)
Indicates the results should be materialized as a set of Guids.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableArray<(Of <<'(TObject>)>>)
Materializes the result as an immutable array of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(Func<(Of <<'(TObject, TKey>)>>), DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableDictionary<(Of <<'(TKey, TObject>)>>)(String, DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableList<(Of <<'(TObject>)>>)
Materializes the result as an immutable list of objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16()()()()
Indicates the results should be materialized as a Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16(String)
Indicates the results should be materialized as a Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16List(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16List(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16OrNull()()()()
Indicates the results should be materialized as a nullable Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16OrNull(String)
Indicates the results should be materialized as a nullable Int16.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16OrNullList(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16OrNullList(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16Set(ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16Set(String, ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32()()()()
Indicates the results should be materialized as a Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32(String)
Indicates the results should be materialized as a Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32List(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32List(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32OrNull()()()()
Indicates the results should be materialized as a nullable Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32OrNull(String)
Indicates the results should be materialized as a nullable Int32.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32OrNullList(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32OrNullList(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32Set(ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32Set(String, ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64()()()()
Indicates the results should be materialized as a Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64(String)
Indicates the results should be materialized as a Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64List(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64List(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64OrNull()()()()
Indicates the results should be materialized as a nullable Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64OrNull(String)
Indicates the results should be materialized as a nullable Int64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64OrNullList(ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64OrNullList(String, ListOptions)
Indicates the results should be materialized as a list of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64Set(ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64Set(String, ListOptions)
Indicates the results should be materialized as a set of integers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailCollection<(Of <<'(TMaster, TDetail>)>>)
Materializes the result as a list of master/detail records.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailObject<(Of <<'(TMaster, TDetail>)>>)
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailObjectOrNull<(Of <<'(TMaster, TDetail>)>>)
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToObject<(Of <<'(TObject>)>>)
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToObjectOrNull<(Of <<'(TObject>)>>)
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method 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>)>)>.)
Public method ToRow
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToRowOrNull
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingle()()()()
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingle(String)
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleList(ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleOrNull()()()()
Indicates the results should be materialized as a nullable Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleOrNull(String)
Indicates the results should be materialized as a nullable Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleOrNullList(ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleSet(ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleSet(String, ListOptions)
Indicates the results should be materialized as a set of numbers.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToString()()()()
Indicates the results should be materialized as a non-nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToString(String)
Indicates the results should be materialized as a non-nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringList(String, ListOptions)
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringList(ListOptions)
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringOrNull(String)
Indicates the results should be materialized as a nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringOrNull()()()()
Indicates the results should be materialized as a nullable string.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringOrNullList(ListOptions)
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringSet(ListOptions)
Indicates the results should be materialized as a set of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringSet(String, ListOptions)
Indicates the results should be materialized as a set of strings.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTable
Indicates the results should be materialized as a Table.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpan()()()()
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpan(String)
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanList(String, ListOptions)
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanList(ListOptions)
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanOrNull()()()()
Indicates the results should be materialized as a nullable TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanOrNull(String)
Indicates the results should be materialized as a nullable TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanOrNullList(ListOptions)
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanOrNullList(String, ListOptions)
Indicates the results should be materialized as a list of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanSet(ListOptions)
Indicates the results should be materialized as a set of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanSet(String, ListOptions)
Indicates the results should be materialized as a set of TimeSpan.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXml()()()()
Materializes the result as an XElement.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXml(String)
Materializes the result as an XElement.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlList(ListOptions)
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlList(String, ListOptions)
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlOrNull()()()()
Materializes the result as an XElement or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlOrNull(String)
Materializes the result as an XElement or null.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlOrNullList(ListOptions)
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlOrNullList(String, ListOptions)
Materializes the result as a list of XElement.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method TryGetColumn
Returns the column associated with the column name.
(Inherited from DbCommandBuilder.)
Public method TryGetColumns
Returns a list of columns.
(Inherited from DbCommandBuilder.)
Public method TryGetNonNullableColumns
Returns a list of columns known to be non-nullable.
(Inherited from DbCommandBuilder.)
Public method WithFilter(Object, FilterOptions)
Adds (or replaces) the filter on this command builder.
Public method WithFilter(String)
Adds (or replaces) the filter on this command builder.
Public method WithFilter(String, Nullable<(Of <<'(Object>)>>))
Adds (or replaces) the filter on this command builder.
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>))
Adds limits to the command builder.
Public method WithLimits(Nullable<(Of <<'(Int32>)>>))
Adds limits to the command builder.
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit)
Adds limits to the command builder.
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit, Int32)
Adds limits to the command builder.
Public method WithSorting(IEnumerable<(Of <<'(SortExpression>)>>))
Adds sorting to the command builder.
Public method WithSorting(array<SortExpression>[]()[][])
Adds sorting to the command builder