I am trying to reproduce the following SQL Command and result set in in Code....SELECT EventNotes AS IPAddress, COUNT(ItemID) AS LoginCount FROM customtable_FraudAlertLog WHERE UserID = 53 AND...