December 2019
Intermediate to advanced
598 pages
12h 21m
English
Answer the following questions to test the knowledge we have gained in this chapter:
return connection.Query<BuildingGetManyResponse>( @"EXEC dbo.Building_GetMany_BySearch @Search = @Search", new { Criteria = "Fred"});
CREATE PROC dbo.Building_GetMany ASBEGIN SET NOCOUNT ON SELECT BuildingId, Name FROM dbo.Building END
We have the following statement that ...
Read now
Unlock full access