ObjectDbCommandBuilder<(Of <(<'TCommand, TParameter, TArgument>)>)> Methods
The ObjectDbCommandBuilder<(Of <(<'TCommand, TParameter, TArgument>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AsNonQuery |
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Execute |
Execute the operation synchronously.
(Inherited from DbCommandBuilder.) |
![]() |
ExecuteAsync(Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
![]() |
ExecuteAsync(CancellationToken, Nullable<(Of <<'(Object>)>>)) |
Execute the operation asynchronously.
(Inherited from DbCommandBuilder.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Prepare |
Prepares the command for execution by generating any necessary SQL.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToBoolean()()()() |
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToBoolean(String) |
Indicates the results should be materialized as a Boolean.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
ToDataRow |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDataRowOrNull |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
ToDynamicObject |
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToDynamicObjectOrNull |
Materializes the result as a dynamic object
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuid()()()() |
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToGuid(String) |
Indicates the results should be materialized as a Guid.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
ToMasterDetailObject<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToMasterDetailObjectOrNull<(Of <<'(TMaster, TDetail>)>>) |
Materializes the result as a master object with detail records.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToObject(RowOptions) |
Materializes the result as a new instance of the same type as the argumentValue
|
![]() |
ToObject<(Of <<'(TObject>)>>)(RowOptions) |
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToObjectOrNull(RowOptions) |
Materializes the result as a new instance of the same type as the argumentValue
|
![]() |
ToObjectOrNull<(Of <<'(TObject>)>>)(RowOptions) |
Materializes the result as an instance of the indicated type
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToRow |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToRowOrNull |
Indicates the results should be materialized as a Row.
(Inherited from SingleRowDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingle()()()() |
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
ToSingle(String) |
Indicates the results should be materialized as a Single.
(Inherited from ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
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>)>)>.) |
![]() |
TryGetColumn |
Returns the column associated with the column name.
|
![]() |
TryGetColumns |
Returns a list of columns.
|
![]() |
TryGetNonNullableColumns |
Returns a list of columns known to be non-nullable.
|
![]() |
WithKeys |
Uses an explicitly specified set of key column(s). This overrides the UseKeyAttribute option.
|
![]() |
WithRefresh |
After executing the operation, refreshes the properties on the argumentValue by reading the updated values from the database.
|