20 results for "$s/@tag:date-time"

Date/time values formatting

/how-to/date-time-formatting

In this article, you can find instructions how to set up different types of date & time formats, with code examples.

Utils class

/api-reference-5x/korzh-easyquery-namespace/utils-class

Represents different type conversion functions and other useful procedures

Managing data formats

/tutorials/managing-data-formats

This article shows how to implement some particular tasks with your query

Customizing SQL query formats

/how-to/customizing-sql-query-formats

Detailed instruction with various examples of how to operate with different query formats.

Utils class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/utils-class

Represents different type conversion functions and other useful procedures

Utils class

/api-reference-4x/korzh-easyquery-namespace/utils-class

Represents different type conversion functions and other useful procedures

Version 7.2 release notes

/release-notes/version-7-2

Version 7.2 is a minor update of EasyQuery.NET and EasyQuery.JS. In the previous version EntityFramework Core EasyQuery packages (Korzh.EasyQuery.EntityFrameworkCore.Relational and Korzh.EasyQuery.EntityFrameworkCore.Identity) didn't include .NET 6 in the list of target frameworks. Now you can move all configuration for EasyQuery middleware to a special class that implements this interface, register this class in DI and all EasyQuery settings will be applied automatically when needed. It's very useful when you have several EasyQuery endpoints with just a slightly different settings or you need to use the same EasyQuery configuration both in the middleware and some background service. Here is a quick guide on how to set up EasyQuery with IEasyQueryConfigurator: Step 1: On DI setup: Step 2: On EasyQuery middleware setup: For applications that still use Startup.cs: Step 3: MyEasyQueryConfigurator class:.

SpecialDateTime enum

/api-reference-5x/korzh-easyquery-namespace/specialdatetime-enum

Represents some predefined "special" date/time values

SpecialDateTime enum

/api-reference-4x/korzh-easyquery-namespace/specialdatetime-enum

Represents some predefined "special" date/time values