Skip to content

staxmanade/ODataMuscle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ODataMuscle - Strongly typed helpers over OData

LICENSE

MSPL - see LICENSE

INFO

Overview

A set of strongly typed reflection based helpers that allows you to take your OData query that looks like. entities.Parent.Expand("Children") and write it like entities.Parent.Expand(p => p.Children)

Getting started with ODataMuscle

Documentation

This is all there is - so it should grow a little more than this at some point.

Downloads

Download the source, build (or copy the one file that means anything) and use it.

Source

  1. Clone the source down to your machine. git clone git://github.com/staxmanade/ODataMuscle.git

REQUIREMENTS

  • .NET Framework 4.0

About

Provide some strongly types reflection helpers around OData

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages