Created
September 17, 2024 16:57
-
-
Save renatogroffe/9b3225518935cf924917aa42f39a7476 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 ConsoleAppPartialMethod.Helpers; | |
public static partial class ValidationHelpers | |
{ | |
[GeneratedRegex("sqlserver|postgres|mysql")] | |
public static partial Regex IsRelationalDatabase(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment