ISqlBuilderBase.ValidateAsync Method
.NET Standard 2.x
Asynchronously validates the raw SQL string for the specified database generated by the current sqlbuilder.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
Task<bool> ValidateAsync(DataContext context, bool throwError = true) | Asynchronously validates the raw SQL string for the specified database generated by the current sqlbuilder. |
Task<bool> ValidateAsync(DataContext context, bool throwError, CancellationToken cancellationToken = default) | Asynchronously validates the raw SQL string for the specified database generated by the current sqlbuilder. |