Shimmy on .NET
Ideas and thoughts about .NET and related geeky material by Shimmy Weitzhandler
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
C#
Cast
Convert
DataAnnotations
Date
DbContext
DEV
Dictionary
EDM-Designer
EDMX
Entity Framework
Entity Framework 4.1
Entity Framework 5.0
Expression Tree
Extension Methods
Hebrew
ICloneable
IDictionary
Jewish
LINQ
MVVM
ObservableDictionary
OFFTOPIC
Prism
RIA
RIA-Services
Silverlight
Silverlight-4
Silverlight-5
SQL
SQLCE
string
Text
Type-Conversion
Unique-Constraint
ValidationAttribute
VB.NET
VB10
View
ViewModel
Visual-Studio-2010
WinRT
WPF
XAML
News
Navigation
Home
All Posts
RSS
Popular Tags
Archives
May 2012 (2)
March 2012 (2)
February 2012 (2)
January 2012 (4)
October 2011 (1)
May 2011 (2)
April 2011 (1)
March 2011 (2)
December 2010 (2)
September 2010 (1)
August 2010 (3)
September 2010 - Posts
14
Comments
Frustrated by lack of support for SQL-Views in ADO.NET Entity-Framework Designer?
by
Shimmy
It was several times that I faced this annoying situation till I decided to handle it myself. The story is simple. I am using EF designer to mirror the database tables into a .NET DAL. In the database there is a view that reflects a table or returns a table with additional information I want to keep separated from the table. I do want to be able to navigate from the table to the view in a short way: Dim table = context . Items . FirstOrDefault table . TableViewReference . Load () Dim view = table...
תגים:
Entity Framework
,
DEV
,
ADO.NET
,
EDM-Designer
,
View
,
SQL
,
EDMX