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
exprExpression<Func<T, object>>The expression representing the object.
Returns
- Type
The type of the object.
Type Parameters
TThe type of the object.