C# 클래스 CodeStandards.Utilities

파일 보기 프로젝트 열기: ITAfrique/CodingStandards

공개 메소드들

메소드 설명
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