C# 클래스 Frapid.Configuration.Db.Sanitizer

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
SanitizeIdentifierName ( string identifier ) : string

Please do not use this function to fix the quotes against SQL injection attack. This is not a replacement of parameterized statements.

메소드 상세

SanitizeIdentifierName() 공개 정적인 메소드

Please do not use this function to fix the quotes against SQL injection attack. This is not a replacement of parameterized statements.
public static SanitizeIdentifierName ( string identifier ) : string
identifier string Column name or table name which needs to be sanitized
리턴 string