Click or drag to resize

View Methods

The View type exposes the following members.

Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodStatic memberDeleteViewsByExperimentID
Deletes the views by experiment ID.
Public methodFill
Fills this instance with data from the specified data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills this instance with data from the data row.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetViewById
Gets the view by id.
Public methodStatic memberGetViews
Gets the views.
Public methodStatic memberGetViews(CommandBuilder)
Gets the views by the SQL-query contained by the specified CommandBuilder.
Public methodStatic memberGetViewsByExperimentID
Gets the views by experiment ID.
Public methodStatic memberGetViewsBySql
Gets the views by SQL.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Public methodSetGoal(String)
Sets the goal and stamp a time on the view for when it was converted.
Public methodSetGoal(String, String)
Sets the goal and stamp a time on the view for when it was converted.
Top
See Also