This question is locked. New answers and comments are not allowed.
Hey Guys,
Quick question on what's the optimal way to query OA here...or is this the same thing
or
Quick question on what's the optimal way to query OA here...or is this the same thing
from w in item.Weightsselect new WeightModel(w);or
var items = context.Weights;foreach(item in items) results.Add(new WeightModel(item));