((IObjectContextAdapter)context).ObjectContext.CommandTimeout = 300;
ObjectParameter @Message = new ObjectParameter("Message", typeof(string));
var res = context.SaveEmployee(Deptid, string.Join(",", EmpIds), @Message);
var family = [{"name":"Jack", "age": 26}, {"name":"Jill", "age"...
No comments:
Post a Comment