RGDataRecord Class

[Missing <summary> documentation for "T:Recrovit.RecroGridFramework.Data.RGDataRecord"]

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public sealed class RGDataRecord : IRGDataRecord, 
	IDataRecord
Inheritance
Object    RGDataRecord
Implements
IRGDataRecord, IDataRecord

Constructors

RGDataRecordInitializes a new instance of the RGDataRecord class

Properties

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetBoolean 
GetByte 
GetBytes 
GetChar 
GetChars 
GetData 
GetDataTypeName 
GetDateTime 
GetDecimal 
GetDouble 
GetFieldType 
GetFloat 
GetGuid 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInt16 
GetInt32 
GetInt64 
GetName 
GetOrdinal 
GetString 
GetValue 
GetValues 
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDBNull 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also