XafDataView Methods
A lightweight read-only list of data records (a data view) retrieved from a database without loading complete business objects. Can be queried much more quickly than a real objects collection.
Name | Description |
---|---|
Add |
This method is required to provide IList support. It always throws a Not |
Clear() |
This method is required to provide the IList support. It always throws a Not |
Contains |
Determines whether the Xaf |
Copy |
Copies the data records to an array, starting at a particular array index. |
Dispose() |
Releases all resources used by the Xaf |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Finds the expression by its name in the current Xaf |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of a specific data record in the Xaf |
Insert |
This method is required to provide IList support. It always throws a Not |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() | Clears the data records cache. |
Remove |
This method is required to provide IList support. It always throws a Not |
Remove |
This method is required to provide IList support. It always throws a Not |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also