C# (CSharp) Remotion.Linq.SqlBackend.SqlGeneration SqlCustomTextExpression - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de Remotion.Linq.SqlBackend.SqlGeneration.SqlCustomTextExpression extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Associées
Related in langs
SqlCustomTextExpression can be used to insert custom SQL text into the SQL generated by SqlGeneratingExpressionVisitor. The custom text is inserted into the statement as is, it is not escaped. Therefore, the provider making use of SqlCustomTextExpression has to make sure the custom text cannot lead to SQL injection attacks.