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