C# Класс CodeStandards.Utilities

Показать файл Открыть проект

Открытые методы

Метод Описание
SQLEncode ( string text ) : string

This escapes a string for raw SQL queries to prevent SQL injection attacks. Use this fuction instead of the NetTiers method SqlUtil.Encode(..), due to the way it handles empty strings.

Описание методов

SQLEncode() публичный статический Метод

This escapes a string for raw SQL queries to prevent SQL injection attacks. Use this fuction instead of the NetTiers method SqlUtil.Encode(..), due to the way it handles empty strings.
public static SQLEncode ( string text ) : string
text string
Результат string