Skip to content

Conversation

mnkumar8
Copy link

Added a new method "ExecuteDeferredQuery2", which will fetch the data into dictionaries.

@@ -2681,6 +2681,36 @@ public IEnumerable<T> ExecuteDeferredQuery<T> (TableMapping map)
}
}

public IEnumerable<Dictionary<string, object>> ExecuteDeferredQuery2 () {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer the name ExecuteDeferredGenericQuery

Copy link
Owner

@praeclarum praeclarum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename the function, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants