ArachnodeDAO.InsertImageDiscovery Method
Inserts a row into table 'Images_Discoveries'.
public
void InsertImageDiscovery(
string webPageAbsoluteUri,
string imageAbsoluteUri);
Parameters
-
webPageAbsoluteUri
- The AbsoluteUri of the WebPage where the Image was discovered.
-
imageAbsoluteUri
- The AbsoluteUri of the Image.
See Also
ArachnodeDAO Class | Arachnode.DataAccess Namespace