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