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

ScalarDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> Members

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

Methods


  Name Description
Public method AsNonQuery
Indicates this operation has no result set.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)
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.
Public method ToBoolean(String)
Indicates the results should be materialized as a Boolean.
Public method ToBooleanOrNull()()()()
Indicates the results should be materialized as a nullable Boolean.
Public method ToBooleanOrNull(String)
Indicates the results should be materialized as a nullable Boolean.
Public method ToByte()()()()
Indicates the results should be materialized as a byte.
Public method ToByte(String)
Indicates the results should be materialized as a byte.
Public method ToByteArray()()()()
Indicates the results should be materialized as a byte array.
Public method ToByteArray(String)
Indicates the results should be materialized as a byte array.
Public method ToByteArrayOrNull()()()()
Indicates the results should be materialized as a byte array or null.
Public method ToByteArrayOrNull(String)
Indicates the results should be materialized as a byte array or null.
Public method ToByteOrNull()()()()
Indicates the results should be materialized as a nullable byte.
Public method ToByteOrNull(String)
Indicates the results should be materialized as a nullable byte.
Public method ToChar()()()()
Indicates the results should be materialized as a non-nullable char.
Public method ToChar(String)
Indicates the results should be materialized as a non-nullable char.
Public method ToCharOrNull(String)
Indicates the results should be materialized as a nullable char.
Public method ToCharOrNull()()()()
Indicates the results should be materialized as a nullable char.
Public method ToDateTime()()()()
Indicates the results should be materialized as a DateTime.
Public method ToDateTime(String)
Indicates the results should be materialized as a DateTime.
Public method ToDateTimeOffset()()()()
Indicates the results should be materialized as a DateTimeOffset.
Public method ToDateTimeOffset(String)
Indicates the results should be materialized as a DateTimeOffset.
Public method ToDateTimeOffsetOrNull()()()()
Indicates the results should be materialized as a nullable DateTimeOffset.
Public method ToDateTimeOffsetOrNull(String)
Indicates the results should be materialized as a nullable DateTimeOffset.
Public method ToDateTimeOrNull()()()()
Indicates the results should be materialized as a nullable DateTime.
Public method ToDateTimeOrNull(String)
Indicates the results should be materialized as a nullable DateTime.
Public method ToDecimal()()()()
Indicates the results should be materialized as a Decimal.
Public method ToDecimal(String)
Indicates the results should be materialized as a Decimal.
Public method ToDecimalOrNull()()()()
Indicates the results should be materialized as a nullable Decimal.
Public method ToDecimalOrNull(String)
Indicates the results should be materialized as a nullable Decimal.
Public method ToDouble()()()()
Indicates the results should be materialized as a Double.
Public method ToDouble(String)
Indicates the results should be materialized as a Double.
Public method ToDoubleOrNull()()()()
Indicates the results should be materialized as a nullable Double.
Public method ToDoubleOrNull(String)
Indicates the results should be materialized as a nullable Double.
Public method ToGuid()()()()
Indicates the results should be materialized as a Guid.
Public method ToGuid(String)
Indicates the results should be materialized as a Guid.
Public method ToGuidOrNull()()()()
Indicates the results should be materialized as a nullable Guid.
Public method ToGuidOrNull(String)
Indicates the results should be materialized as a nullable Guid.
Public method ToInt16()()()()
Indicates the results should be materialized as a Int16.
Public method ToInt16(String)
Indicates the results should be materialized as a Int16.
Public method ToInt16OrNull()()()()
Indicates the results should be materialized as a nullable Int16.
Public method ToInt16OrNull(String)
Indicates the results should be materialized as a nullable Int16.
Public method ToInt32()()()()
Indicates the results should be materialized as a Int32.
Public method ToInt32(String)
Indicates the results should be materialized as a Int32.
Public method ToInt32OrNull()()()()
Indicates the results should be materialized as a nullable Int32.
Public method ToInt32OrNull(String)
Indicates the results should be materialized as a nullable Int32.
Public method ToInt64()()()()
Indicates the results should be materialized as a Int64.
Public method ToInt64(String)
Indicates the results should be materialized as a Int64.
Public method ToInt64OrNull()()()()
Indicates the results should be materialized as a nullable Int64.
Public method ToInt64OrNull(String)
Indicates the results should be materialized as a nullable Int64.
Public method ToSingle()()()()
Indicates the results should be materialized as a Single.
Public method ToSingle(String)
Indicates the results should be materialized as a Single.
Public method ToSingleOrNull()()()()
Indicates the results should be materialized as a nullable Single.
Public method ToSingleOrNull(String)
Indicates the results should be materialized as a nullable Single.
Public method ToString()()()()
Indicates the results should be materialized as a non-nullable string.
Public method ToString(String)
Indicates the results should be materialized as a non-nullable string.
Public method ToStringOrNull(String)
Indicates the results should be materialized as a nullable string.
Public method ToStringOrNull()()()()
Indicates the results should be materialized as a nullable string.
Public method ToTimeSpan()()()()
Indicates the results should be materialized as a TimeSpan.
Public method ToTimeSpan(String)
Indicates the results should be materialized as a TimeSpan.
Public method ToTimeSpanOrNull()()()()
Indicates the results should be materialized as a nullable TimeSpan.
Public method ToTimeSpanOrNull(String)
Indicates the results should be materialized as a nullable TimeSpan.
Public method ToXml()()()()
Materializes the result as an XElement.
Public method ToXml(String)
Materializes the result as an XElement.
Public method ToXmlOrNull()()()()
Materializes the result as an XElement or null.
Public method ToXmlOrNull(String)
Materializes the result as an XElement or null.
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.)

Properties


  Name Description
Public property DataSource
Gets the data source.
(Inherited from DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>.)