C# 클래스 ZocBuild.Database.Util.ObjectNameTrimmerExtensions

파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
TrimObjectName ( this objectName ) : string

Formats a database object identifier in a consistent way.

This method will remove leading and trailing whitespace and remove the bracket characters used by T-SQL to escape.

메소드 상세

TrimObjectName() 공개 정적인 메소드

Formats a database object identifier in a consistent way.
This method will remove leading and trailing whitespace and remove the bracket characters used by T-SQL to escape.
public static TrimObjectName ( this objectName ) : string
objectName this The identifier to format.
리턴 string