Share via


SqlCeResultSet Members

An updateable, scrollable, and bindable cursor.

The following tables list the members exposed by the SqlCeResultSet type.

Protected Constructors

  Name Description
SqlCeResultSet Do not use. To create a SqlCeResultSet, you must call the ExecuteResultSet method of the SqlCeCommand.

Top

Public Properties

(see also Protected Properties )

  Name Description
0385h814.pubproperty(en-us,VS.90).gif Depth  Gets a value indicating the depth of nesting for the current row. (inherited from SqlCeDataReader)
0385h814.pubproperty(en-us,VS.90).gif FieldCount  Gets the number of columns in the query's SELECT clause. (inherited from SqlCeDataReader)
0385h814.pubproperty(en-us,VS.90).gif HasRows  Gets a value that indicates whether the SqlCeDataReader contains one or more rows (inherited from SqlCeDataReader)
0385h814.pubproperty(en-us,VS.90).gif HiddenFieldCount  (inherited from SqlCeDataReader )
0385h814.pubproperty(en-us,VS.90).gif IsClosed  Indicates whether the data reader is closed. (inherited from SqlCeDataReader)
0385h814.pubproperty(en-us,VS.90).gif Item Overloaded. Overridden. Serves as an indexer for the SqlCeResultSet.
0385h814.pubproperty(en-us,VS.90).gif RecordsAffected  Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (inherited from SqlCeDataReader)
0385h814.pubproperty(en-us,VS.90).gif ResultSetView Used when data binding a SqlCeResultSet to a control.
0385h814.pubproperty(en-us,VS.90).gif Scrollable Determines whether the SqlCeResultSet is scrollable.
0385h814.pubproperty(en-us,VS.90).gif Sensitivity Determines the sensitivity of the SqlCeResultSet.
0385h814.pubproperty(en-us,VS.90).gif Updatable Determines whether values within the SqlCeResultSet can be modified.
0385h814.pubproperty(en-us,VS.90).gif VisibleFieldCount  (inherited from DbDataReader )

Top

Protected Properties

  Name Description
0385h814.protproperty(en-us,VS.90).gif ContainsListCollection  

Top

Public Methods

(see also Protected Methods )

  Name Description
0385h814.pubmethod(en-us,VS.90).gif Close  Closes the SqlCeDataReader object. (inherited from SqlCeDataReader)
0385h814.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
0385h814.pubmethod(en-us,VS.90).gif CreateRecord Creates a new row on the server and returns a SqlCeUpdatableRecord object.
0385h814.pubmethod(en-us,VS.90).gif Delete Deletes the current record from the data source on the server.
0385h814.pubmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
0385h814.pubmethod(en-us,VS.90).gif GetBoolean Overridden. Returns the value of the column at the specified index as a Boolean value.
0385h814.pubmethod(en-us,VS.90).gif GetByte Overridden. Returns the value of the column at the specified index as a byte.
0385h814.pubmethod(en-us,VS.90).gif GetBytes Overridden. Copies a length of bytes into the buffer, starting at a specified position in the specified field.
0385h814.pubmethod(en-us,VS.90).gif GetChar  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetChars Overridden. Copies a length of chars into the buffer, starting at a specified position in the specified field.
0385h814.pubmethod(en-us,VS.90).gif GetData  (inherited from DbDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetDataTypeName  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetDateTime Overridden. Returns the value of the column at the specified index as a DateTime.
0385h814.pubmethod(en-us,VS.90).gif GetDecimal Overridden. Returns the value of the column at the specified index as a Double.
0385h814.pubmethod(en-us,VS.90).gif GetDouble Overridden. Returns the value of the column at the specified index as a Double.
0385h814.pubmethod(en-us,VS.90).gif GetEnumerator Overridden. Returns a IEnumerator that can be used to iterate through the rows in the data reader.
0385h814.pubmethod(en-us,VS.90).gif GetFieldType  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetFloat Overridden. Returns the value of the column at the specified index as a Float.
0385h814.pubmethod(en-us,VS.90).gif GetGuid Overridden. Returns the value of the column at the specified index as a GUID.
0385h814.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
0385h814.pubmethod(en-us,VS.90).gif GetInt16 Overridden. Returns the value of the column at the specified index as an Int16.
0385h814.pubmethod(en-us,VS.90).gif GetInt32 Overridden. Returns the value of the column at the specified index as an Int32.
0385h814.pubmethod(en-us,VS.90).gif GetInt64 Overridden. Returns the value of the column at the specified index as an Int64.
0385h814.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
0385h814.pubmethod(en-us,VS.90).gif GetName  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetOrdinal  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetProviderSpecificFieldType  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetProviderSpecificValue  (inherited from DbDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetProviderSpecificValues  (inherited from DbDataReader )
0385h814.pubmethod(en-us,VS.90).gif GetSchemaTable  Returns a DataTable that describes the column metadata of the SqlCeDataReader. (inherited from SqlCeDataReader)
0385h814.pubmethod(en-us,VS.90).gif GetSqlBinary Overridden. Returns the value of the column at the specified index as type SqlBinary.
0385h814.pubmethod(en-us,VS.90).gif GetSqlBoolean Overridden. Returns the value of the column at the specified index as type SqlBoolean.
0385h814.pubmethod(en-us,VS.90).gif GetSqlByte Overridden. Returns the value of the column at the specified index as type SqlByte.
0385h814.pubmethod(en-us,VS.90).gif GetSqlDateTime Overridden. Returns the value of the column at the specified index as type SqlDateTime.
0385h814.pubmethod(en-us,VS.90).gif GetSqlDecimal Overridden. Returns the value of the column at the specified index as type SqlDecimal.
0385h814.pubmethod(en-us,VS.90).gif GetSqlDouble Overridden. Returns the value of the column at the specified index as type SqlDouble.
0385h814.pubmethod(en-us,VS.90).gif GetSqlGuid Overridden. Returns the value of the column at the specified index as type SqlGuid.
0385h814.pubmethod(en-us,VS.90).gif GetSqlInt16 Overridden. Returns the value of the column at the specified index as type SqlInt16.
0385h814.pubmethod(en-us,VS.90).gif GetSqlInt32 Overridden. Returns the value of the column at the specified index as type SqlInt32.
0385h814.pubmethod(en-us,VS.90).gif GetSqlInt64 Overridden. Returns the value of the column at the specified index as type SqlInt64.
0385h814.pubmethod(en-us,VS.90).gif GetSqlMetaData Returns the metadata information associated with the specified column.
0385h814.pubmethod(en-us,VS.90).gif GetSqlMoney Overridden. Returns the value of the column at the specified index as type SqlMoney.
0385h814.pubmethod(en-us,VS.90).gif GetSqlSingle Overridden. Returns the value of the column at the specified index as type SqlSingle.
0385h814.pubmethod(en-us,VS.90).gif GetSqlString Overridden. Returns the value of the column at the specified index as type SqlString.
0385h814.pubmethod(en-us,VS.90).gif GetString Overridden. Returns the value of the column at the specified index as type String.
0385h814.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
0385h814.pubmethod(en-us,VS.90).gif GetValue Overridden. Returns the value of the specified field.
0385h814.pubmethod(en-us,VS.90).gif GetValues Overridden. Retrieves an array of all of the fields for the specified record.
0385h814.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
0385h814.pubmethod(en-us,VS.90).gif Insert Overloaded. Inserts the specified SqlCeUpdatableRecord into the underlying rowset.
0385h814.pubmethod(en-us,VS.90).gif IsDBNull Overridden. Determines if the field at the specified ordinal position is null.
0385h814.pubmethod(en-us,VS.90).gif IsSetAsDefault Determines if the field at the specified ordinal position is marked to use the underlying default value.
0385h814.pubmethod(en-us,VS.90).gif NextResult  Not supported in the .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1. (inherited from SqlCeDataReader)
0385h814.pubmethod(en-us,VS.90).gif Read  Advances SqlCeDataReader to the next record. (inherited from SqlCeDataReader)
0385h814.pubmethod(en-us,VS.90).gif ReadAbsolute Moves the reader to a specific record in the ResultSet.
0385h814.pubmethod(en-us,VS.90).gif ReadFirst Positions the reader at the first record in the ResultSet.
0385h814.pubmethod(en-us,VS.90).gif ReadLast Positions the reader at the last record in the ResultSet.
0385h814.pubmethod(en-us,VS.90).gif ReadPrevious Positions the reader at the record pervious to the current record.
0385h814.pubmethod(en-us,VS.90).gif ReadRelative Moves the reader the specified amount from the current position.
0385h814.pubmethod(en-us,VS.90).gif 0385h814.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
0385h814.pubmethod(en-us,VS.90).gif Seek  (inherited from SqlCeDataReader )
0385h814.pubmethod(en-us,VS.90).gif SetBoolean Sets the value of the specified column to the passed-in Boolean value.
0385h814.pubmethod(en-us,VS.90).gif SetByte Sets the value of the specified column to the passed-in Byte value.
0385h814.pubmethod(en-us,VS.90).gif SetBytes Copies a length of bytes from the specified buffer to the specified column, starting at the specified location within that field.
0385h814.pubmethod(en-us,VS.90).gif SetChar Sets the value of the specified column to the passed-in Char value.
0385h814.pubmethod(en-us,VS.90).gif SetChars Copies a length of chars from the specified buffer to the specified column, starting at the specified location within that field.
0385h814.pubmethod(en-us,VS.90).gif SetDateTime Sets the value of the specified column to the passed-in DateTime value.
0385h814.pubmethod(en-us,VS.90).gif SetDecimal Sets the value of the specified column to the passed-in Decimal value.
0385h814.pubmethod(en-us,VS.90).gif SetDefault Sets the specified column to its default value.
0385h814.pubmethod(en-us,VS.90).gif SetDouble Sets the value of the specified column to the passed-in Double value.
0385h814.pubmethod(en-us,VS.90).gif SetFloat Sets the value of the specified column to the passed-in Float value.
0385h814.pubmethod(en-us,VS.90).gif SetGuid Sets the value of the specified column to the passed-in Guid value.
0385h814.pubmethod(en-us,VS.90).gif SetInt16 Sets the value of the specified column to the passed-in Int16 value.
0385h814.pubmethod(en-us,VS.90).gif SetInt32 Sets the value of the specified column to the passed-in Int32 value.
0385h814.pubmethod(en-us,VS.90).gif SetInt64 Sets the value of the specified column to the passed-in Int64 value.
0385h814.pubmethod(en-us,VS.90).gif SetObjectRef Binds an object to the column at the specified position.
0385h814.pubmethod(en-us,VS.90).gif SetSqlBinary Sets the value of the specified column to the passed-in SqlBinary value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlBoolean Sets the value of the specified column to the passed-in SqlBoolean value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlByte Sets the value of the specified column to the passed-in SqlByte value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlDateTime Sets the value of the specified column to the passed-in SqlDateTime value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlDecimal Sets the value of the specified column to the passed-in SqlDecimal value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlDouble Sets the value of the specified column to the passed-in SqlDouble value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlGuid Sets the value of the specified column to the passed-in SqlGuid value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlInt16 Sets the value of the specified column to the passed-in SqlInt16 value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlInt32 Sets the value of the specified column to the passed-in SqlInt32 value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlInt64 Sets the value of the specified column to the passed-in SqlInt64 value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlMoney Sets the value of the specified column to the passed-in SqlMoney value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlSingle Sets the value of the specified column to the passed-in SqlSingle value.
0385h814.pubmethod(en-us,VS.90).gif SetSqlString Sets the value of the specified column to the passed-in SqlString value.
0385h814.pubmethod(en-us,VS.90).gif SetString Sets the value of the specified column to the passed-in String value.
0385h814.pubmethod(en-us,VS.90).gif SetValue Sets the value of the specified column to the passed-in value.
0385h814.pubmethod(en-us,VS.90).gif SetValues Sets each of the fields in the specified record to the corresponding value in the specified array.
0385h814.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )
0385h814.pubmethod(en-us,VS.90).gif Update Sends changes from the current record to the underlying row on the server.

Top

Protected Methods

  Name Description
0385h814.protmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from DbDataReader )
0385h814.protmethod(en-us,VS.90).gif Finalize  Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection. (inherited from SqlCeDataReader)
0385h814.protmethod(en-us,VS.90).gif GetDbDataReader  (inherited from DbDataReader )
0385h814.protmethod(en-us,VS.90).gif GetList Returns an instance of ResultSetView.
0385h814.protmethod(en-us,VS.90).gif IsCommandBehavior  (inherited from SqlCeDataReader )
0385h814.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
0385h814.protmethod(en-us,VS.90).gif OnMove Overridden.  

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  
System.ComponentModel.IListSource.GetList  
System.Data.IDataRecord.GetData  (inherited from DbDataReader )
System.ComponentModel.IListSource.ContainsListCollection  

Top

See Also

Reference

SqlCeResultSet Class
System.Data.SqlServerCe Namespace