DataView Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the DataView class. |
AllowDelete
Supported by the .NET Compact Framework. |
Sets or gets a value indicating whether deletes are allowed. |
AllowEdit
Supported by the .NET Compact Framework. |
Gets or sets a value indicating whether edits are allowed. |
AllowNew
Supported by the .NET Compact Framework. |
Gets or sets a value indicating whether the new rows can be added using the AddNew method. |
ApplyDefaultSort
Supported by the .NET Compact Framework. |
Gets or sets a value indicating whether to use the default sort. |
Container (inherited from MarshalByValueComponent) |
Gets the container for the component. |
Count
Supported by the .NET Compact Framework. |
Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied. |
DataViewManager
Supported by the .NET Compact Framework. |
Gets the DataViewManager associated with this view. |
DesignMode (inherited from MarshalByValueComponent) |
Gets a value indicating whether the component is currently in design mode. |
Item |
Gets a row of data from a specified table.
In C#, this property is the indexer for the DataView class. |
RowFilter
Supported by the .NET Compact Framework. |
Gets or sets the expression used to filter which rows are viewed in the DataView. |
RowStateFilter
Supported by the .NET Compact Framework. |
Gets or sets the row state filter used in the DataView. |
Site (inherited from MarshalByValueComponent) |
Gets or sets the site of the component. |
Sort
Supported by the .NET Compact Framework. |
Gets or sets the sort column or columns, and sort order for the DataView. |
Table
Supported by the .NET Compact Framework. |
Gets or sets the source DataTable. |
AddNew
Supported by the .NET Compact Framework. |
Adds a new row to the DataView. |
BeginInit
Supported by the .NET Compact Framework. |
Begins the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime. |
CopyTo
Supported by the .NET Compact Framework. |
Copies items into an array. Only for Web Forms Interfaces. |
Delete
Supported by the .NET Compact Framework. |
Deletes a row at the specified index. |
Dispose (inherited from MarshalByValueComponent)
Supported by the .NET Compact Framework. |
Overloaded. Releases the resources used by the MarshalByValueComponent. |
EndInit
Supported by the .NET Compact Framework. |
Ends the initialization of a DataView that is used on a form or used by another component. The initialization occurs at runtime. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
Find
Supported by the .NET Compact Framework. |
Overloaded. Finds a row in the DataView by the specified sort key value. |
FindRows
Supported by the .NET Compact Framework. |
Overloaded. Returns an array of DataRowView objects whose columns match the specified sort key value. |
GetEnumerator
Supported by the .NET Compact Framework. |
Gets an enumerator for this DataView. |
GetHashCode (inherited from Object)
Supported 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. |
GetService (inherited from MarshalByValueComponent) |
Gets the implementer of the IServiceProvider. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Disposed (inherited from MarshalByValueComponent) |
Adds an event handler to listen to the Disposed event on the component. |
ListChanged |
Occurs when the list managed by the DataView changes. |
Events (inherited from MarshalByValueComponent) |
Gets the list of event handlers that are attached to this component. |
IsOpen
Supported by the .NET Compact Framework. |
Gets a value indicating whether the data source is currently open and projecting views of data on the DataTable. |
Close
Supported by the .NET Compact Framework. |
Closes the DataView. |
ColumnCollectionChanged
Supported by the .NET Compact Framework. |
Occurs after a DataColumnCollection has been changed successfully. |
Dispose |
Overloaded. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
IndexListChanged
Supported by the .NET Compact Framework. |
Occurs after a DataView has been changed successfully. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
OnListChanged
Supported by the .NET Compact Framework. |
Raises the ListChanged event. |
Open
Supported by the .NET Compact Framework. |
Opens a DataView. |
Reset
Supported by the .NET Compact Framework. |
Reserved for internal use only. |
UpdateIndex
Supported by the .NET Compact Framework. |
Overloaded. Reserved for internal use only. |