Beispiel #1
0
 public List<sp_GetDSCommentsResult> GetDSComments()
 {
     DataClassesDataContext dataContext = new DataClassesDataContext(Connection);
     var q = dataContext.sp_GetDSComments();
     return q.ToList();
 }