DBSearchConfiguration Class |
Namespace: Cadcorp.Configuration.DBSearch
The DBSearchConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| DBSearchConfiguration |
Creates instance of DBSearchConfiguration
|
| Name | Description | |
|---|---|---|
| ConnectionStringSettings |
Gets the connection string
| |
| Name |
Gets the name for this search in a form suitable for use in client side script
| |
| OrderByColumns |
Get the columns to order this search
| |
| ResultsColumns |
Gets the results columns for this search
| |
| SearchClass |
Gets the fully qualified class to use to perform the search
| |
| SearchColumns |
Gets the columns to search on
| |
| TableName |
Gets the table to search
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |