????
Your IP : 18.117.155.120
warn: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer[0]
Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit.
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\inetpub\vhost\binhdinhf1.gdtsolutions.vn\api
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (66ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (64ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT OBJECT_ID(N'[__EFMigrationsHistory]');
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [MigrationId], [ProductVersion]
FROM [__EFMigrationsHistory]
ORDER BY [MigrationId];
info: Microsoft.EntityFrameworkCore.Migrations[20405]
No migrations were applied. The database is already up to date.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [identity].[AspNetRoles] AS [a]) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT CASE
WHEN EXISTS (
SELECT 1
FROM [identity].[AspNetUsers] AS [a]) THEN CAST(1 AS bit)
ELSE CAST(0 AS bit)
END
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (25ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Link], [a].[Title], [a].[Summary], [a].[FeaturedImage], [a].[Id]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Link], [a].[Title], [a].[Summary], [a].[FeaturedImage], [a].[Id]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (36ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[CreatedBy], [a].[CreatedOn], [a].[Description], [a].[FeaturedImage], [a].[Keywords], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[Name], [a].[Type]
FROM [Albums] AS [a]
WHERE [a].[Type] = 'Image'
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[CreatedBy], [a].[CreatedOn], [a].[Description], [a].[FeaturedImage], [a].[Keywords], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[Name], [a].[Type]
FROM [Albums] AS [a]
WHERE [a].[Type] = 'Video'
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (21ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [m].[Id], [m].[Author], [m].[Caption], [m].[ContentType], [m].[CreatedBy], [m].[CreatedOn], [m].[Keywords], [m].[Link], [m].[ModifiedBy], [m].[ModifiedOn], [m].[Type]
FROM [Media] AS [m]
WHERE EXISTS (
SELECT 1
FROM [MediaAlbums] AS [m0]
WHERE [m].[Id] = [m0].[MediaId] AND [m0].[AlbumId] = @__TypedProperty_0)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Races] AS [r]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [r].[Id], [r].[Name], [r].[Description], [r].[StartedAt]
FROM [Races] AS [r]
ORDER BY [r].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Races] AS [r]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [r].[Id], [r].[Name], [r].[Description], [r].[StartedAt]
FROM [Races] AS [r]
ORDER BY [r].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__key_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
WHERE [e].[Id] = @__key_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__key_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
WHERE [e].[Id] = @__key_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__key_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
WHERE [e].[Id] = @__key_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_1) [a].[Title], [a].[FeaturedImage], [a].[Link], [a].[Id]
FROM [Articles] AS [a]
ORDER BY [a].[IsPinned] DESC, [a].[PublishDate] DESC, [a].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_0='?' (Size = 200)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[Content], [a].[CreatedBy], [a].[CreatedOn], [a].[FeaturedImage], [a].[IsPinned], [a].[Keywords], [a].[Language], [a].[Link], [a].[ModifiedBy], [a].[ModifiedOn], [a].[PublishDate], [a].[Summary], [a].[Title]
FROM [Articles] AS [a]
WHERE [a].[Link] = @__TypedProperty_0
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (6ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (10ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (5ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (6ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT COUNT_BIG(*)
FROM [Events] AS [e]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate]
FROM [Events] AS [e]
ORDER BY [e].[Id]
OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (3ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (4ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate], [e].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate]
FROM [Events] AS [e]
ORDER BY [e].[StartDate]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit)
FROM (
SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn]
FROM [Slides] AS [s]
ORDER BY [s].[CreatedOn] DESC, [s].[Id]
) AS [t]
INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id]
ORDER BY [t].[CreatedOn] DESC, [t].[Id]
info: Microsoft.Hosting.Lifetime[0]
Application is shutting down...