Browse Source

Update module-entity-extensions.md

pull/22754/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
ab2d7a2cce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/architecture/modularity/extending/module-entity-extensions.md

2
docs/en/framework/architecture/modularity/extending/module-entity-extensions.md

@ -155,7 +155,7 @@ property =>
`DataTypeAttribute` is used to specify the type of the property. It is used to determine how to render the property on the user interface:
````csharp
```csharp
property =>
{
property.Attributes.Add(new DataTypeAttribute(DataType.Date));

Loading…
Cancel
Save