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

PostgreSqlTableOrView<(Of <(<'TObject>)>)> Methods

The PostgreSqlTableOrView<(Of <(<'TObject>)>)> type exposes the following members.

Methods


  Name Description
Public method AsAggregate()()()()
Performs an aggregation on the table using the provided object.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method AsAggregate(IEnumerable<(Of <<'(AggregateColumn>)>>)) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsAggregate(array<AggregateColumn>[]()[][]) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsAggregate<(Of <<'(TObject>)>>)()()()()
Performs an aggregation on the table using the provided object.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsAverage
Gets the average value for the indicated column.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsCount()()()()
Returns the row count using a SELECT Count(*) style query.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsCount(String, Boolean)
Returns the row count for a given column. SELECT Count(columnName)
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsMax
Gets the maximum value for the indicated column.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method AsMin
Gets the minimum value for the indicated column.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
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.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute (Inherited from DbCommandBuilder.)
Public method ExecuteAsync(Object) (Inherited from DbCommandBuilder.)
Public method ExecuteAsync(CancellationToken, Object) (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.)
Protected method OnWithFilter(String, Object) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Protected method OnWithFilter(Object, FilterOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Protected method OnWithLimits(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>), UTP, Nullable<(Of <<'(Int32>)>>)) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Protected method OnWithLimits(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>), LimitOptions, Nullable<(Of <<'(Int32>)>>)) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Protected method OnWithSorting (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit>)>)>.)
Public method Prepare(Materializer<(Of <<'(NpgsqlCommand, NpgsqlParameter>)>>))
Prepares the command for execution by generating any necessary SQL.
Public method Prepare(Materializer<(Of <<'(UTP, UTP>)>>)) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToBooleanOrNullList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayList(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteArrayOrNullList(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteList(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteList(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToByteSet(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharSet(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCharSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCollection(CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToCollection``1(CollectionOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToCollection``2(CollectionOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDataRow (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDataRowOrNull (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOffsetSet(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDateTimeSet(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDecimalSet(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary``1(String, DictionaryOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToDictionary``1(Func<(Of <<'(UTP, UMP>)>>), DictionaryOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToDictionary``2(String, DictionaryOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary``2(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary``3(String, DictionaryOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDictionary``3(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDoubleSet(String, ListOptions) (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 (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToDynamicObjectOrNull (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToGuidSet(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableArray(CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToImmutableArray``1(CollectionOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableDictionary``1(Func<(Of <<'(UTP, UMP>)>>), DictionaryOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToImmutableDictionary``1(String, DictionaryOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToImmutableDictionary``2(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableDictionary``2(String, DictionaryOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToImmutableList(CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToImmutableList``1(CollectionOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16List(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16OrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16Set(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt16Set(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32List(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32OrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32Set(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt32Set(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64List(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64OrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64Set(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToInt64Set(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailCollection``1(String, Func<(Of <<'(UTP, ICollection<(Of <<'(UMP>)>>)>)>>), CollectionOptions, CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToMasterDetailCollection``2(String, Func<(Of <<'(UMP, ICollection<(Of <<'(UMP>)>>)>)>>), CollectionOptions, CollectionOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailObject``1(String, Func<(Of <<'(UTP, ICollection<(Of <<'(UMP>)>>)>)>>), RowOptions, CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToMasterDetailObject``2(String, Func<(Of <<'(UMP, ICollection<(Of <<'(UMP>)>>)>)>>), RowOptions, CollectionOptions) (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToMasterDetailObjectOrNull``1(String, Func<(Of <<'(UTP, ICollection<(Of <<'(UMP>)>>)>)>>), RowOptions, CollectionOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToMasterDetailObjectOrNull``2(String, Func<(Of <<'(UMP, ICollection<(Of <<'(UMP>)>>)>)>>), RowOptions, CollectionOptions) (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToObject(RowOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToObject``1(RowOptions) (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToObjectOrNull(RowOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method ToObjectOrNull``1(RowOptions) (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToObjectStream``1 (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToRow (Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToRowOrNull (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToSingleSet(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToStringSet(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanList(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanSet(ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToTimeSpanSet(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToUInt64()()()()
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToUInt64(String)
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToUInt64List(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToUInt64List(ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlList(String, ListOptions) (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) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method ToXmlOrNullList(String, ListOptions) (Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
Public method TryGetColumn
Returns the column associated with the column name.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method TryGetColumns
Returns a list of columns.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method TryGetNonNullableColumns
Returns a list of columns known to be non-nullable.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithFilter(Object, FilterOptions) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithFilter(String)
Adds (or replaces) the filter on this command builder.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithFilter(String, Object) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>))
Adds limits to the command builder.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithLimits(Nullable<(Of <<'(Int32>)>>))
Adds limits to the command builder.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit)
Adds limits to the command builder.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithLimits(Nullable<(Of <<'(Int32>)>>), TLimit, Int32)
Adds limits to the command builder.
(Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithSorting(IEnumerable<(Of <<'(SortExpression>)>>)) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)
Public method WithSorting(array<SortExpression>[]()[][]) (Inherited from TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>.)