Click or drag to resize

AdcsDbReader Methods

The AdcsDbReader type exposes the following members.

Methods
  NameDescription
Public methodAddColumnToView
Adds database table column to output.
Public methodAddQueryFilter
Adds query filter to requested view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodStatic memberGetDefaultColumns
Gets a list of default columns added to the view based on a view table.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTableSchema
Gets ADCS database schema for specified table. Table name is speicifed in ViewTable property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetView
Gets a database row view based on a current configuration.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also