Get Type of entity by its full type name
Namespace: Cartella.InterfacesAssembly: 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
IEntityTypeReturn Value
Type of entity as IEntityType instanceExamples
GetEntityTypeByClassPath("Cartella.Classes.Folio");