terrajobst / nquery

NQuery is a relational query engine written in C#. It allows you to execute a SELECT query against .NET objects.
MIT License
72 stars 20 forks source link

Review API for applications of generic methods #17

Open terrajobst opened 9 years ago

terrajobst commented 9 years ago

Ported from CodePlex

Review the API to find applications for generic methods that could simplify the source code, e.g.

T QueryReader.GetValue<T>(int)
void DataContextMetadataContext.Comparers.Register<T>(IComparable)
void DataContextMetadataContext.Comparers.Register<T>(IComparable<T>)