Gets the LightSpeed metadata for an entity type.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public static EntityInfo FromType(
	Type type
)
Visual Basic (Declaration)
Public Shared Function FromType ( _
	type As Type _
) As EntityInfo

Parameters

type
Type: System..::.Type
The entity type fpr which to get the metadata.

Return Value

The LightSpeed metadata for the specified type.

See Also