ArachnodeDAO.InsertEmailAddress Method
Inserts a row into table 'EmailAddresses'.
public
long? InsertEmailAddress(
string webPageAbsoluteUri,
string emailAddressAbsoluteUri);
Parameters
-
webPageAbsoluteUri
- The AbsoluteUri of the WebPage where the EmailAddress was discovered.
-
emailAddressAbsoluteUri
- The AbsoluteUri of the EmailAddress.
Return Value
See Also
ArachnodeDAO Class | Arachnode.DataAccess Namespace