Get Type of entity by its full type name

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEntityType GetEntityTypeByClassPath(
	string classPath
)
Visual Basic
Function GetEntityTypeByClassPath ( _
	classPath As String _
) As IEntityType
Visual C++
IEntityType^ GetEntityTypeByClassPath(
	String^ classPath
)

Parameters

classPath
Type: System..::..String
Full type name

Field Value

IEntityType

Return Value

Type of entity as IEntityType instance

Examples

GetEntityTypeByClassPath("Cartella.Classes.Folio");

See Also