Created
September 17, 2024 17:05
-
-
Save renatogroffe/8fba356cb8452152a0ddb1f93b91eae4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Text.RegularExpressions; | |
namespace ConsoleAppPartialProperty.Helpers; | |
public static partial class ValidationHelpers | |
{ | |
[GeneratedRegex("sqlserver|postgres|mysql")] | |
public static partial Regex IsRelationalDatabase { get; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment