Struct DataHolder
Namespace: Telerik.OpenAccess.Data
Assembly: Telerik.OpenAccess.dll
Syntax
public struct DataHolder
Fields
Box
Declaration
public bool Box
Field Value
System.
|
Command
Declaration
public DbCommand Command
Field Value
System.
|
Exact
Declaration
public bool Exact
Field Value
System.
|
NoValue
Declaration
public bool NoValue
Field Value
System.
|
Parameter
Declaration
public DbParameter Parameter
Field Value
System.
|
Position
Declaration
public int Position
Field Value
System.
|
Reader
Declaration
public DbDataReader Reader
Field Value
System.
|
Properties
BooleanValue
Declaration
public bool BooleanValue { get; set; }
Property Value
System.
|
CharValue
Declaration
public char CharValue { get; set; }
Property Value
System.
|
DateTimeValue
Declaration
public DateTime DateTimeValue { get; set; }
Property Value
System.
|
DecimalValue
Declaration
public decimal DecimalValue { get; set; }
Property Value
System.
|
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
System.
|
GuidValue
Declaration
public Guid GuidValue { get; set; }
Property Value
System.
|
Int16Value
Declaration
public short Int16Value { get; set; }
Property Value
System.
|
Int32Value
Declaration
public int Int32Value { get; set; }
Property Value
System.
|
Int64Value
Declaration
public long Int64Value { get; set; }
Property Value
System.
|
ObjectValue
Declaration
public object ObjectValue { get; set; }
Property Value
System.
|
SByteValue
Declaration
[CLSCompliant(false)]
public sbyte SByteValue { get; set; }
Property Value
System.
|
SingleValue
Declaration
public float SingleValue { get; set; }
Property Value
System.
|
StringValue
Declaration
public string StringValue { get; set; }
Property Value
System.
|
UByteValue
Declaration
public byte UByteValue { get; set; }
Property Value
System.
|
UInt16Value
Declaration
[CLSCompliant(false)]
public ushort UInt16Value { get; set; }
Property Value
System.
|
UInt32Value
Declaration
[CLSCompliant(false)]
public uint UInt32Value { get; set; }
Property Value
System.
|
UInt64Value
Declaration
[CLSCompliant(false)]
public ulong UInt64Value { get; set; }
Property Value
System.
|