Syntax
| Visual Basic (Declaration) |
|---|
Public Class AnswerController |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
Public Methods
| Name | Description | |
|---|---|---|
Adds a single Answer record.
| ||
Permanently removes an Answer record.
| ||
| Equals | (Inherited from Object.) | |
Retrieves a single Answer instance (one row of data).
| ||
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
Retrieves a collection of User Incidents.
| ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
Updates a single Answer record.
|
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |