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

Utility for removing extraneous characters from an object's name.
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

공개 메소드들

메소드 설명
TrimObjectName ( string 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 ( string objectName ) : string
objectName string The identifier to format.
리턴 string