Returns the ModelDataType with the specified name.

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

Syntax

C#
public static ModelDataType FromName(
	string name
)
Visual Basic (Declaration)
Public Shared Function FromName ( _
	name As String _
) As ModelDataType

Parameters

name
Type: System..::.String
The name of the data type.

Return Value

The ModelDataType with the specified name. A new ModelDataType is created if required.

See Also