In a T4 template I need to check if an entity has a custom attribute. I've tried doing the following but it returns null:
Type entityType = Type.GetType(entity.FullName);
Does anyone know how to go about doing this?
|
In a T4 template I need to check if an entity has a custom attribute. I've tried doing the following but it returns null:
Does anyone know how to go about doing this? |
|||
|
|