|
|
Name |
Description |
|
AsNonQuery
|
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
CommandText
|
Returns the command text (usually SQL) without executing it.
(Inherited from DbCommandBuilder.) |
|
Equals(System.Object)
|
(Inherited from Object.) |
|
Execute
|
(Inherited from DbCommandBuilder.) |
|
ExecuteAsync(Object)
|
(Inherited from DbCommandBuilder.) |
|
ExecuteAsync(CancellationToken, Object)
|
(Inherited from DbCommandBuilder.) |
|
Finalize
|
(Inherited from Object.) |
|
GetHashCode
|
(Inherited from Object.) |
|
GetType
|
(Inherited from Object.) |
|
MemberwiseClone
|
(Inherited from Object.) |
|
Prepare(Materializer<(Of <<'(MySqlCommand, MySqlParameter>)>>))
|
Prepares the command for execution by generating any necessary SQL.
|
|
Prepare(Materializer<(Of <<'(UTP, UTP>)>>))
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToBooleanList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToBooleanOrNullList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToByteArrayList(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToByteArrayOrNullList(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToByteList(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToByteList(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToByteSet(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCharList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCharOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCharSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCharSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollection``1(CollectionOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollection``2(CollectionOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollectionSet<(Of <<'(T1, T2>)>>)()()()()
|
To the collection set.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollectionSet<(Of <<'(T1, T2, T3>)>>)()()()()
|
To the collection set.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollectionSet<(Of <<'(T1, T2, T3, T4>)>>)()()()()
|
To the collection set.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToCollectionSet<(Of <<'(T1, T2, T3, T4, T5>)>>)()()()()
|
To the collection set.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDataRow
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDataRowOrNull
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDataSet(array<String>[]()[][])
|
Indicates the results should be materialized as a DataSet.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDataSet()()()()
|
Indicates the results should be materialized as a DataSet.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDataTable
|
Indicates the results should be materialized as a DataSet.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateOnly()()()()
|
Indicates the results should be materialized as a DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateOnly(String)
|
Indicates the results should be materialized as a DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateOnlyOrNull()()()()
|
Indicates the results should be materialized as a nullable DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateOnlyOrNull(String)
|
Indicates the results should be materialized as a nullable DateOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTime()()()()
|
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTime(String)
|
Indicates the results should be materialized as a DateTime.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeOffsetList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeOffsetOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeOffsetSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeOffsetSet(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDateTimeSet(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDecimalList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDecimalOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDecimalSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDecimalSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDictionary``2(String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDictionary``2(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDictionary``3(String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDictionary``3(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDoubleList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDoubleOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDoubleSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDoubleSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDynamicCollection
|
Materializes the result as a list of dynamically typed objects.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDynamicObject
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToDynamicObjectOrNull
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToFrozenDictionary``2(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToFrozenDictionary``2(String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToGuidList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToGuidOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToGuidSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToGuidSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToImmutableArray``1
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToImmutableDictionary``2(Func<(Of <<'(UMP, UMP>)>>), DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToImmutableDictionary``2(String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToImmutableList``1
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt16List(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt16OrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt16Set(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt16Set(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt32List(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt32OrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt32Set(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt32Set(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt64List(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt64OrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt64Set(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToInt64Set(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToMasterDetailCollection``2
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToMasterDetailObject``2
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToMasterDetailObjectOrNull``2
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToObject``1
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToObjectOrNull``1
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToObjectStream``1
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToRow
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToRowOrNull
|
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToScalarDictionary``2(String, String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToScalarDictionary``3(String, String, DictionaryOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToSingleList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToSingleOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToSingleSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToSingleSet(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToStringList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToStringOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToStringSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToStringSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTable
|
Indicates the results should be materialized as a Table.
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTableSet
|
Indicates the results should be materialized as a set of tables.
(Inherited from MultipleTableDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeOnly()()()()
|
Indicates the results should be materialized as a TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeOnly(String)
|
Indicates the results should be materialized as a TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeOnlyOrNull()()()()
|
Indicates the results should be materialized as a nullable TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeOnlyOrNull(String)
|
Indicates the results should be materialized as a nullable TimeOnly.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpan()()()()
|
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpan(String)
|
Indicates the results should be materialized as a TimeSpan.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpanList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpanList(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpanOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpanSet(ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToTimeSpanSet(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToUInt64()()()()
|
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToUInt64(String)
|
Indicates the results should be materialized as a UInt64.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToUInt64List(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToUInt64List(ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToXmlList(String, ListOptions)
|
(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)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
ToXmlOrNullList(String, ListOptions)
|
(Inherited from MultipleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
TryGetColumn
|
Returns the column associated with the column name.
(Inherited from SqlCallCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
TryGetColumns
|
Returns a list of columns.
(Inherited from SqlCallCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
|
TryGetNonNullableColumns
|
Returns a list of columns known to be non-nullable.
(Inherited from SqlCallCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |