Skip to content

Add support for shema/owner specification #2

@seesharper

Description

@seesharper

Add support for default schema.

dbSelectQuery.SetDefaultSchema("dbo")
.Select(e => e.Column("SomeColumn")).From(e => e.table("SomeTable"));

SQL SERVER

SELECT [SomeColumn] FROM [dbo].[SomeTable] 

Also make it possible to provide the schema using the Table factory method

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions