Skip to content

Create an Integration Tests for a model with much columns that the result of the 'ExecuteQuery' #103

@mikependon

Description

@mikependon

using (var connection = new SqlConnection("Server=(local)\MSSQL01;Database=AdventureWorks2016;Integrated Security=True;"))
{
var results = connection.ExecuteQuery("SELECT BusinessEntityId, Title, FirstName FROM [Person].[Person] WHERE PersonType = 'IN';");
return results;
}

Metadata

Metadata

Assignees

Labels

testTesting functionalitiestodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions