C# Класс ZocBuild.Database.Util.ObjectNameTrimmerExtensions

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

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

Метод Описание
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