SqlCeUpdatableRecord Properties

Include Protected Members
Include Inherited Members

The SqlCeUpdatableRecord type exposes the following members.

Properties

  Name Description
Public property FieldCount Returns the number of fields in the specified record.
Public property HiddenFieldCount Returns the number of hidden fields in the record. In SQL Server Compact, this property always returns 0.
Public property Item[Int32] Serves as an indexer to a specific field within the record.
Public property Item[String] Serves as an indexer to a specific field within the record.
Public property Updatable Specifies whether the field is updatable.

Top

See Also

Reference

SqlCeUpdatableRecord Class

System.Data.SqlServerCe Namespace