SqlCeDataReader Members
Public Properties
Depth
Supported only by the .NET Compact Framework. |
Gets a value indicating the depth of nesting for the current row. |
FieldCount
Supported only by the .NET Compact Framework. |
Gets the number of columns in the current row. |
IsClosed
Supported only by the .NET Compact Framework. |
Indicates whether the data reader is closed. |
Item | Overloaded. Gets the value of a column in its native format.
In C#, this property is the indexer for the SqlCeDataReader class. |
RecordsAffected
Supported only by the .NET Compact Framework. |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Public Methods
Close
Supported only by the .NET Compact Framework. |
Closes the SqlCeDataReader object. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetBoolean
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a Boolean. |
GetByte
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a byte. |
GetBytes
Supported only by the .NET Compact Framework. |
Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetChar
Supported only by the .NET Compact Framework. |
Not supported in the .NET Compact Framework data provider for SQL Server CE. |
GetChars
Supported only by the .NET Compact Framework. |
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetDataTypeName
Supported only by the .NET Compact Framework. |
Gets the name of the source data type. |
GetDateTime
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a DateTime object. |
GetDecimal
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a Decimal object. |
GetDouble
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a double-precision floating point number. |
GetFieldType
Supported only by the .NET Compact Framework. |
Gets the Type that is the data type of the object. |
GetFloat
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a single-precision floating point number. |
GetGuid
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a globally unique identifier (GUID). |
GetHashCode (inherited from Object)
Supported only by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInt16
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a 16-bit signed integer. |
GetInt32
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a 32-bit signed integer. |
GetInt64
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a 64-bit signed integer. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetName
Supported only by the .NET Compact Framework. |
Gets the name of the specified column. |
GetOrdinal
Supported only by the .NET Compact Framework. |
Gets the column ordinal, given the name of the column. |
GetSchemaTable
Supported only by the .NET Compact Framework. |
Returns a DataTable that describes the column meta data of the SqlCeDataReader. |
GetSqlBinary
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlBinary. |
GetSqlBoolean
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlBoolean. |
GetSqlByte
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlByte. |
GetSqlDateTime
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlDateTime. |
GetSqlDecimal
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlDecimal. |
GetSqlDouble
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlDouble. |
GetSqlGuid
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlGuid. |
GetSqlInt16
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlInt16. |
GetSqlInt32
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlInt32. |
GetSqlInt64
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlInt64. |
GetSqlMoney
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlMoney. |
GetSqlSingle
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlSingle. |
GetSqlString
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a SqlString. |
GetString
Supported only by the .NET Compact Framework. |
Gets the value of the specified column as a string. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
GetValue
Supported only by the .NET Compact Framework. |
Gets the value of the column at the specified ordinal in its native format. |
GetValues
Supported only by the .NET Compact Framework. |
Gets all the attribute columns in the current row. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
IsDBNull
Supported only by the .NET Compact Framework. |
Gets a value indicating whether the column contains nonexistent or missing values. |
NextResult
Supported only by the .NET Compact Framework. |
Not supported in the .NET Compact Framework data provider for SQL Server CE. |
Read
Supported only by the .NET Compact Framework. |
Advances SqlCeDataReader to the next record. |
Seek
Supported only by the .NET Compact Framework. |
Places the SqlCeDataReader on the record with indexed values that match the specified parameters. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Protected Methods
Finalize
Supported only by the .NET Compact Framework. |
Overridden.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported only by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
See Also
SqlCeDataReader Class | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.