public sealed class QueryGeneratorFactory : IQueryGeneratorFactoryPublic NotInheritable Class QueryGeneratorFactory
Implements IQueryGeneratorFactorypublic ref class QueryGeneratorFactory sealed : IQueryGeneratorFactory[<SealedAttribute>]
type QueryGeneratorFactory =
class
interface IQueryGeneratorFactory
end| QueryGeneratorFactory | Фабрика создания генератора текста SQL-запроса. |
| Create(String, IExpressionEvaluatingContext) | Создаёт функцию генерации текста SQL-запроса из текста представления. |
| Create(Dbms, Version, String, IViewMetadata, IValidationResultBuilder, NormalizeParameterNameFuncAsync) | Создаёт функцию генерации текста SQL-запроса из текста представления. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |