Get the name of the database type associated with the given

Пространство имен: EleWise.ELMA.Runtime.Db.Migrator.Providers
Сборка: EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0 (3.8.0.22046)

Синтаксис

C#
public virtual string GetTypeName(
	DbType type,
	Nullable<int> length,
	Nullable<int> scale
)

Параметры

type
Тип: System.Data..::..DbType
The DbType
length
Тип: System..::..Nullable<(Of <(<'Int32>)>)>
scale
Тип: System..::..Nullable<(Of <(<'Int32>)>)>

Возвращаемое значение

The database type name used by ddl.

См. также