RIA : Automates the Data Access layer (push and pull mechanism) and generate client data access code.
RIA Service = Domain service.
RIA Client = Domain context.
Populating a datagrid
grid.ItemSource=Context.Entites
EntityQuery
query=context.GetEntity();
LoadOperation loadOp=Context.Load(query);
No comments:
Post a Comment