EldorADO.NET Class Library

IObjectSource.GetType Method 

[This is preliminary documentation and subject to change.]

Returns the type of the entity passed as argument.

[Visual Basic]
Function GetType( _
   ByVal entity As Object _
) As Type
[C#]
Type GetType(
   object entity
);

Parameters

entity
The entity whose type is to be returned.

Return Value

Type of the entity passed as argument

Remarks

Given the way entities are handled by the framework, the Object.GetType() method on entities may not return the expected result.

See Also

IObjectSource Interface | Eldorado.Object Namespace