Click or drag to resize

Visit Methods

The Visit type exposes the following members.

Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the visit.
(Overrides DbObjectDelete(Int32).)
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetVisitBySessionID
Retrieves visit by a given session ID.
Public methodStatic memberGetVisits(Query)
Retrieves all visits matching specified search query.
Public methodStatic memberGetVisits(Query, Boolean)
Retrieves all visits matching specified search query.
Public methodStatic memberGetVisitsByVisitors
Returns a list of visits by their corresponding visitor IDs.
Public methodStatic memberIsBotRequest
Gets or sets value indicating whether specified request a web crawler request.
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves the visit.
(Overrides DbObjectSave.)
Top
See Also