Class _Binary
Represents column of binary data.
Implements
System.Collections.Generic.IReadOnlyCollection<Column>
System.Collections.Generic.IEnumerable<Column>
System.Collections.IEnumerable
System.Collections.Generic.IComparer<DataRow>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _Binary : Column<Binary>, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, Binary>, IColumn<DbReader>, IColumn
Properties
Name | Description |
---|---|
Item[DbReader] | Gets the value of this column from DbReader's current row. |
Methods
Name | Description |
---|---|
AreEqual(Binary, Binary) | |
CastToString() | |
Const(Binary) | Creates a column of constant expression. |
CreateConst(Binary) | |
CreateParam(Binary) | |
DeserializeValue(JsonValue) | |
IsNull(Binary) | |
Param(Binary, _Binary) | Creates a column of parameter expression. |
SerializeValue(Binary) |
Operators
Name | Description |
---|---|
Explicit(_Binary to _String) | |
Explicit(_String to _Binary) | |
Implicit(Binary to _Binary) | Implicitly converts the supplied value to a column of parameter expression. |
Explicit Interface Implementations
Name | Description |
---|---|
IColumn<DbReader>.Read(DbReader, DataRow) |