public class AdcsDbReader : IDisposable
Public Class AdcsDbReader
Implements IDisposable
public ref class AdcsDbReader : IDisposable
type AdcsDbReader =
class
interface IDisposable
end
Columns | Gets an array of database columns added to include in the view. |
ConfigString | Gets the CA's config string associated with the current database reader instance. |
QueryFilters | Gets an array of currently applied query filters. |
ViewTable | Gets the view table to query. Default is 'Request' view table. |
AddColumnToView | Adds database table column to output. |
AddQueryFilter | Adds query filter to requested view. |
Dispose | Releases all resources used by the AdcsDbReader |
Equals | (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetDefaultColumns | Gets a list of default columns added to the view based on a view table. |
GetHashCode | (Inherited from Object) |
GetTableSchema | Gets ADCS database schema for specified table. Table name is speicifed in ViewTable property. |
GetType | (Inherited from Object) |
GetView | Gets a database row view based on a current configuration. |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |