Method GetObjectType
- Namespace
- Innova.Data.Entity.Localization
- Assembly
- Innova.Data.dll
GetObjectType<T>(Expression<Func<T, object>>)
Gets the type of the object specified by the expression.
public static Type GetObjectType<T>(Expression<Func<T, object>> expr)
Parameters
expr
Expression<Func<T, object>>The expression representing the object.
Returns
- Type
The type of the object.
Type Parameters
T
The type of the object.