Method GetEntityType
| Improve this Doc View SourceGetEntityType(PropertyInfo)
Gets the entity type for specified DbTable property.
Declaration
protected static Type GetEntityType(PropertyInfo propertyInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.PropertyInfo | propertyInfo | The specified DbTable property. |
Returns
| Type | Description |
|---|---|
| System.Type | The entity type of the DbTable property. |