Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a row of updatable values from the data source. A SqlCeResultSet object contains one or more UpdatableRecords.
The SqlCeUpdatableRecord type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | (inherited from Object) |
![]() |
GetBoolean(Int32) | Returns the value of the specified field as bool. |
![]() |
GetByte(Int32) | Returns the value of the specified field as byte. |
![]() |
GetBytes(Int32, Int64, array<Byte> [] () [] [], Int32, Int32) | Copies a length of bytes into the buffer, starting at a specified position in the specified field. |
![]() |
GetChar(Int32) | Returns the value of the specified field as char. |
![]() |
GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) | Copies a length of chars into the buffer, starting at a specified position in the specified field. |
![]() |
GetData(Int32) | Returns a SqlCeDataReader positioned on the current record. |
![]() |
GetDataTypeName(Int32) | Returns the datatype name for the specified field. |
![]() |
GetDateTime(Int32) | Returns the value of the specified field as DateTime. |
![]() |
GetDecimal(Int32) | Returns the value of the specified field as decimal. |
![]() |
GetDouble(Int32) | Returns the value of the specified field as double. |
![]() |
GetFieldType(Int32) | Returns the CLR datatype for the specified field. |
![]() |
GetFloat(Int32) | Returns the value of the specified field as float. |
![]() |
GetGuid(Int32) | Returns the value of the specified field as a GUID. |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetInt16(Int32) | Returns the value of the specified field as int16. |
![]() |
GetInt32(Int32) | Returns the value of the specified field as int32. |
![]() |
GetInt64(Int32) | Returns the value of the specified field as int64. |
![]() |
GetName(Int32) | Returns the name of the specified field. |
![]() |
GetOrdinal(String) | Returns the ordinal for the field specified in the passed-in name. |
![]() |
GetSqlBinary(Int32) | Returns the value of the specified field as SqlBinary. |
![]() |
GetSqlBoolean(Int32) | Returns the value of the specified field as SqlBoolean. |
![]() |
GetSqlByte(Int32) | Returns the value of the specified field as SqlByte. |
![]() |
GetSqlBytesRef(Int32) | Returns a reference to the SqlBytes instance that contains the value of the specified field. |
![]() |
GetSqlCharsRef(Int32) | Returns a reference to the SqlChars instance that contains the value of the specified field. |
![]() |
GetSqlDateTime(Int32) | Returns the value of the specified field as SqlDateTime. |
![]() |
GetSqlDecimal(Int32) | Returns the value of the specified field as SqlDecimal. |
![]() |
GetSqlDouble(Int32) | Returns the value of the specified field as SqlDouble. |
![]() |
GetSqlGuid(Int32) | Returns the value of the specified field as SqlGuid. |
![]() |
GetSqlInt16(Int32) | Returns the value of the specified field as SqlInt16. |
![]() |
GetSqlInt32(Int32) | Returns the value of the specified field as SqlInt32. |
![]() |
GetSqlInt64(Int32) | Returns the value of the specified field as SqlInt64. |
![]() |
GetSqlMetaData(Int32) | Returns the value of the specified field as SqlMetaData. |
![]() |
GetSqlMoney(Int32) | Returns the value of the specified field as SqlMoney. |
![]() |
GetSqlSingle(Int32) | Returns the value of the specified field as SqlSingle. |
![]() |
GetSqlString(Int32) | Returns the value of the specified field as SqlString. |
![]() |
GetString(Int32) | Returns the value of the specified field as string. |
![]() |
GetType() () () () | (inherited from Object) |
![]() |
GetValue(Int32) | Returns the value of the specified record. |
![]() |
GetValues(array<Object> [] () [] []) | Returns the values for all of the fields in a record. |
![]() |
IsDBNull(Int32) | Determines if the specified field is NULL. |
![]() |
IsSetAsDefault(Int32) | Determines if the specified field is marked to use the underlying default value. |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
SetBoolean(Int32, Boolean) | Sets the column at the specified index to the passed-in bool value. |
![]() |
SetByte(Int32, Byte) | Sets the column at the specified index to the passed-in byte value. |
![]() |
SetBytes(Int32, Int64, array<Byte> [] () [] [], Int32, Int32) | Copies a length of bytes from the specified buffer to the specified column, starting at the specified location within that field. |
![]() |
SetChar(Int32, Char) | Sets the column at the specified index to the passed-in char value. |
![]() |
SetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) | Copies a length of chars from the specified buffer to the specified field, starting at the specified location within that field. |
![]() |
SetDateTime(Int32, DateTime) | Sets the column at the specified index to the passed-in DateTime value. |
![]() |
SetDecimal(Int32, Decimal) | Sets the column at the specified index to the passed-in decimal value. |
![]() |
SetDefault(Int32) | Sets the default value for the specified field. |
![]() |
SetDouble(Int32, Double) | Sets the column at the specified index to the passed-in double value. |
![]() |
SetFloat(Int32, Single) | Sets the column at the specified index to the passed-in float value. |
![]() |
SetGuid(Int32, Guid) | Sets the column at the specified index to the passed-in GUID value. |
![]() |
SetInt16(Int32, Int16) | Sets the column at the specified index to the passed-in int16 value. |
![]() |
SetInt32(Int32, Int32) | Sets the column at the specified index to the passed-in int32 value. |
![]() |
SetInt64(Int32, Int64) | Sets the column at the specified index to the passed-in int64 value. |
![]() |
SetObjectRef(Int32, Object) | Sets the value of the specified field by reference rather than by-value. |
![]() |
SetSqlBinary(Int32, SqlBinary) | Sets the column at the specified index to the passed-in SqlBinary value. |
![]() |
SetSqlBoolean(Int32, SqlBoolean) | Sets the column at the specified index to the passed-in SqlBool value. |
![]() |
SetSqlByte(Int32, SqlByte) | Sets the column at the specified index to the passed-in SqlByte value. |
![]() |
SetSqlDateTime(Int32, SqlDateTime) | Sets the column at the specified index to the passed-in SqlDateTime value. |
![]() |
SetSqlDecimal(Int32, SqlDecimal) | Sets the column at the specified index to the passed-in SqlDecimal value. |
![]() |
SetSqlDouble(Int32, SqlDouble) | Sets the column at the specified index to the passed-in SqlDouble value. |
![]() |
SetSqlGuid(Int32, SqlGuid) | Sets the column at the specified index to the passed-in SqlGuid value. |
![]() |
SetSqlInt16(Int32, SqlInt16) | Sets the column at the specified index to the passed-in SqlInt16 value. |
![]() |
SetSqlInt32(Int32, SqlInt32) | Sets the column at the specified index to the passed-in SqlInt32 value. |
![]() |
SetSqlInt64(Int32, SqlInt64) | Sets the column at the specified index to the passed-in SqlInt64 value. |
![]() |
SetSqlMoney(Int32, SqlMoney) | Sets the column at the specified index to the passed-in SqlMoney value. |
![]() |
SetSqlSingle(Int32, SqlSingle) | Sets the column at the specified index to the passed-in SqlSingle value. |
![]() |
SetSqlString(Int32, SqlString) | Sets the column at the specified index to the passed-in SqlString value. |
![]() |
SetString(Int32, String) | Sets the column at the specified index to the passed-in string value. |
![]() |
SetValue(Int32, Object) | Sets the column at the specified index to the passed-in value. |
![]() |
SetValues(array<Object> [] () [] []) | Sets each of the fields in the record to the corresponding value in the passed-in array. |
![]() |
ToString() () () () | (inherited from Object) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
FieldCount | Returns the number of fields in the specified record. |
![]() |
HiddenFieldCount | Returns the number of hidden fields in the record. In , this property always returns 0. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Serves as an indexer to a specific field within the record. |
![]() |
Item[ ( [ ( String] ) ] ) | Serves as an indexer to a specific field within the record. |
![]() |
Updatable | Specifies whether the field is updatable. |
Top