Perform SQL Query WCF RIA Silverlight
问题 I have created a database, linked it with DomainService's within my Silverlight Application. Now I want to be able to perform certain actions, such as Registration, Login etc. by using the service. How would I be able to do this. I have preset methods created in the service, e.g. InsertUser but it only requires one parameter, so I'm not sure how it works. In the metadata I have all fields etc. Can anyone help me out here. Thanks. public IQueryable<User> GetUsers() { return this.ObjectContext