DCSIMG
XML,ADO.NET - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » XML » ADO.NET (RSS)
Defining Custom Functions in Entity Framework
Defining Custom Functions in Entity Framework During the SDP conference I have been asked about the   use of functions inside the EDM . This post will try to answer one such question of how to define a custom function in EF . Custom Functions in Entity Framework One of the capabilities of EF since EF1 was the creation of custom functions inside the SSDL part of the model. After their creation we could consume them like other imported functions. In that way we could define functions in the...
How And Why To Use DefiningQuery Element
In this post I describe how to use DefiningQuery elements in entity framework and to use them at all....
Schema Definitions Of EDM In Entity Framework
In this post I describe the new EDM schema types - SSDL, MSL and the CSDL. Also, I explain some key elements of the schema definition language....