Gets the native database type name, if one was specified.

Namespace:  Mindscape.LightSpeed.Migrations
Assembly:  Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)

Syntax

C#
public string DbDataTypeNameOverride { get; }
Visual Basic (Declaration)
Public ReadOnly Property DbDataTypeNameOverride As String

Remarks

This is populated only if the migration specifies a native database type name instead of an abstract data type.

See Also