IScalarDbCommandBuilder Methods
The IScalarDbCommandBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
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.) |
![]() |
ToBoolean()()()() |
Indicates the results should be materialized as a Boolean.
|
![]() |
ToBoolean(String) |
Indicates the results should be materialized as a Boolean.
|
![]() |
ToBooleanOrNull()()()() |
Indicates the results should be materialized as a nullable Boolean.
|
![]() |
ToBooleanOrNull(String) |
Indicates the results should be materialized as a nullable Boolean.
|
![]() |
ToByte()()()() |
Indicates the results should be materialized as a byte.
|
![]() |
ToByte(String) |
Indicates the results should be materialized as a byte.
|
![]() |
ToByteArray()()()() |
Indicates the results should be materialized as a byte array.
|
![]() |
ToByteArray(String) |
Indicates the results should be materialized as a byte array.
|
![]() |
ToByteOrNull()()()() |
Indicates the results should be materialized as a nullable byte.
|
![]() |
ToByteOrNull(String) |
Indicates the results should be materialized as a nullable byte.
|
![]() |
ToChar()()()() |
Indicates the results should be materialized as a non-nullable char.
|
![]() |
ToChar(String) |
Indicates the results should be materialized as a non-nullable char.
|
![]() |
ToCharOrNull(String) |
Indicates the results should be materialized as a nullable char.
|
![]() |
ToCharOrNull()()()() |
Indicates the results should be materialized as a nullable char.
|
![]() |
ToDateTime()()()() |
Indicates the results should be materialized as a DateTime.
|
![]() |
ToDateTime(String) |
Indicates the results should be materialized as a DateTime.
|
![]() |
ToDateTimeOffset()()()() |
Indicates the results should be materialized as a DateTimeOffset.
|
![]() |
ToDateTimeOffset(String) |
Indicates the results should be materialized as a DateTimeOffset.
|
![]() |
ToDateTimeOffsetOrNull()()()() |
Indicates the results should be materialized as a nullable DateTimeOffset.
|
![]() |
ToDateTimeOffsetOrNull(String) |
Indicates the results should be materialized as a nullable DateTimeOffset.
|
![]() |
ToDateTimeOrNull()()()() |
Indicates the results should be materialized as a nullable DateTime.
|
![]() |
ToDateTimeOrNull(String) |
Indicates the results should be materialized as a nullable DateTime.
|
![]() |
ToDecimal()()()() |
Indicates the results should be materialized as a Decimal.
|
![]() |
ToDecimal(String) |
Indicates the results should be materialized as a Decimal.
|
![]() |
ToDecimalOrNull()()()() |
Indicates the results should be materialized as a nullable Decimal.
|
![]() |
ToDecimalOrNull(String) |
Indicates the results should be materialized as a nullable Decimal.
|
![]() |
ToDouble()()()() |
Indicates the results should be materialized as a Double.
|
![]() |
ToDouble(String) |
Indicates the results should be materialized as a Double.
|
![]() |
ToDoubleOrNull()()()() |
Indicates the results should be materialized as a nullable Double.
|
![]() |
ToDoubleOrNull(String) |
Indicates the results should be materialized as a nullable Double.
|
![]() |
ToGuid()()()() |
Indicates the results should be materialized as a Guid.
|
![]() |
ToGuid(String) |
Indicates the results should be materialized as a Guid.
|
![]() |
ToGuidOrNull()()()() |
Indicates the results should be materialized as a nullable Guid.
|
![]() |
ToGuidOrNull(String) |
Indicates the results should be materialized as a nullable Guid.
|
![]() |
ToInt16()()()() |
Indicates the results should be materialized as a Int16.
|
![]() |
ToInt16(String) |
Indicates the results should be materialized as a Int16.
|
![]() |
ToInt16OrNull()()()() |
Indicates the results should be materialized as a nullable Int16.
|
![]() |
ToInt16OrNull(String) |
Indicates the results should be materialized as a nullable Int16.
|
![]() |
ToInt32()()()() |
Indicates the results should be materialized as a Int32.
|
![]() |
ToInt32(String) |
Indicates the results should be materialized as a Int32.
|
![]() |
ToInt32OrNull()()()() |
Indicates the results should be materialized as a nullable Int32.
|
![]() |
ToInt32OrNull(String) |
Indicates the results should be materialized as a nullable Int32.
|
![]() |
ToInt64()()()() |
Indicates the results should be materialized as a Int64.
|
![]() |
ToInt64(String) |
Indicates the results should be materialized as a Int64.
|
![]() |
ToInt64OrNull()()()() |
Indicates the results should be materialized as a nullable Int64.
|
![]() |
ToInt64OrNull(String) |
Indicates the results should be materialized as a nullable Int64.
|
![]() |
ToSingle()()()() |
Indicates the results should be materialized as a Single.
|
![]() |
ToSingle(String) |
Indicates the results should be materialized as a Single.
|
![]() |
ToSingleOrNull()()()() |
Indicates the results should be materialized as a nullable Single.
|
![]() |
ToSingleOrNull(String) |
Indicates the results should be materialized as a nullable Single.
|
![]() |
ToString()()()() |
Indicates the results should be materialized as a nullable string.
|
![]() |
ToString(String) |
Indicates the results should be materialized as a nullable string.
|
![]() |
ToTimeSpan()()()() |
Indicates the results should be materialized as a TimeSpan.
|
![]() |
ToTimeSpan(String) |
Indicates the results should be materialized as a TimeSpan.
|
![]() |
ToTimeSpanOrNull()()()() |
Indicates the results should be materialized as a nullable TimeSpan.
|
![]() |
ToTimeSpanOrNull(String) |
Indicates the results should be materialized as a nullable TimeSpan.
|
![]() |
ToXml()()()() |
Materializes the result as an XElement.
|
![]() |
ToXml(String) |
Materializes the result as an XElement.
|