Creating the Table Adapter Methods for GetUserByLogin, GetUserByUserName, and InsertUser
As we continue this series...
Since we are going to implement the ValidateUser, GetUser, and CreateUser methods, we will need queries for each. We will create 3 new queries to add to our adapter for these methods: GetUserByLogin, GetUserByUserName, and InsertUser.