View Methods |
The View type exposes the following members.
Name | Description | |
---|---|---|
Delete | (Inherited from DbObject.) | |
Delete(Int32) | (Inherited from DbObject.) | |
DeleteViewsByExperimentID |
Deletes the views by experiment ID.
| |
Fill |
Fills this instance with data from the specified data reader.
(Overrides DbObjectFill(IDataReader).) | |
FillRow |
Fills this instance with data from the data row.
(Overrides DbObjectFillRow(DataRow).) | |
GetViewById |
Gets the view by id.
| |
GetViews |
Gets the views.
| |
GetViews(CommandBuilder) |
Gets the views by the SQL-query contained by the specified CommandBuilder.
| |
GetViewsByExperimentID |
Gets the views by experiment ID.
| |
GetViewsBySql |
Gets the views by SQL.
| |
Load | (Inherited from DbObject.) | |
Save | (Inherited from DbObject.) | |
SetGoal(String) |
Sets the goal and stamp a time on the view for when it was converted.
| |
SetGoal(String, String) |
Sets the goal and stamp a time on the view for when it was converted.
|