In The Hand LtdIn The Hand
CEDataReader Class
NamespacesInTheHand.Data.WindowsCECEDataReader
.NET Components for Mobility
Provides a way of reading a forward-only stream of data rows from a Windows CE data source.
Declaration Syntax
C#Visual Basic
public class CEDataReader : DbDataReader
Public Class CEDataReader _
	Inherits DbDataReader
Members
All MembersMethodsProperties



IconMemberDescription
Close()()()()
Closes the CEDataReader object.
(Overrides DbDataReader.Close()()()().)
CreateObjRef(Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Depth
Gets a value indicating the depth of nesting for the current row
(Overrides DbDataReader.Depth.)
Dispose(Boolean)
Releases the unmanaged resources used by the CEDataReader and optionally releases the managed resources
(Overrides DbDataReader.Dispose(Boolean).)
Dispose()()()()
Releases all resources used by the current instance of the DbDataReader class.
(Inherited from DbDataReader.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldCount
(Overrides DbDataReader.FieldCount.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBoolean(Int32)
GetByte(Int32)
GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32)
GetChar(Int32)
GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32)
GetData(Int32)
Returns a DbDataReader object for the requested column ordinal.
(Inherited from DbDataReader.)
GetDataTypeName(Int32)
GetDateTime(Int32)
GetDbDataReader(Int32)
Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation.
(Inherited from DbDataReader.)
GetDecimal(Int32)
GetDouble(Int32)
GetEnumerator()()()()
GetFieldType(Int32)
GetFloat(Int32)
GetGuid(Int32)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInt16(Int32)
GetInt32(Int32)
GetInt64(Int32)
GetLifetimeService()()()()
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetName(Int32)
GetOrdinal(String)
GetProviderSpecificFieldType(Int32)
Returns the provider-specific field type of the specified column.
(Inherited from DbDataReader.)
GetProviderSpecificValue(Int32)
Gets the value of the specified column as an instance of Object.
(Inherited from DbDataReader.)
GetProviderSpecificValues(array<Object>[]()[][])
Gets all provider-specific attribute columns in the collection for the current row.
(Inherited from DbDataReader.)
GetSchemaTable()()()()
GetString(Int32)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(Int32)
GetValues(array<Object>[]()[][])
HasRows
Gets a value that indicates whether the CEDataReader contains one or more rows.
(Overrides DbDataReader.HasRows.)
InitializeLifetimeService()()()()
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
IsClosed
Gets a value indicating whether the CEDataReader is closed.
(Overrides DbDataReader.IsClosed.)
IsDBNull(Int32)
Item[([( String])])
Item[([( Int32])])
MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextResult()()()()
Not supported in the .NET Compact Framework data provider for Windows CE.
(Overrides DbDataReader.NextResult()()()().)
Read()()()()
Advances the CEDataReader to the next record.
(Overrides DbDataReader.Read()()()().)
RecordsAffected
RowCount

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VisibleFieldCount
Gets the number of fields in the DbDataReader that are not hidden.
(Inherited from DbDataReader.)
Inheritance Hierarchy

Assembly: InTheHand.Data (Module: InTheHand.Data) Version: 7.0.0.0