Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to specify schema #6

Closed
brazilianldsjaguar opened this issue Aug 23, 2013 · 1 comment
Closed

Unable to specify schema #6

brazilianldsjaguar opened this issue Aug 23, 2013 · 1 comment

Comments

@brazilianldsjaguar
Copy link

Functions like Get<>() and GetList<>() do not work across different non-default schemas.

A work around is to provide a TableAttribute on the class in this fashion:

[Table("Schema].[Table")]

There might be an extended attributes that allows a fully qualified name (i.e. using three parameters - one for db, one for schema, one for table), or additional attributes such as SchemaAttribute.

@ericdc1
Copy link
Owner

ericdc1 commented Dec 23, 2013

We have implemented this.

@ericdc1 ericdc1 closed this as completed Dec 23, 2013
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

No branches or pull requests

2 participants