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

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

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

Метод Описание
GetObjectTypeFromString ( string type ) : DatabaseObjectType

Converts a string identifier from sys.sysobjects([type]) to a DatabaseObjectType enumeration value.

This method will throw an ArgumentException if the string is something unexpected.

Описание методов

GetObjectTypeFromString() публичный статический Метод

Converts a string identifier from sys.sysobjects([type]) to a DatabaseObjectType enumeration value.
This method will throw an ArgumentException if the string is something unexpected.
public static GetObjectTypeFromString ( string type ) : DatabaseObjectType
type string The SQL Server type string.
Результат DatabaseObjectType