VBCodeHelper.Attribute Method
Namespace:
Microsoft.Data.Entity.Design.CodeGeneration
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Name | Description | |
---|---|---|
![]() | Attribute(IAttributeConfiguration) | Returns the data annotations attribute used to apply the specified configuration.(Inherited from CodeHelper.) |
![]() | Attribute(String) | Gets an attribute with the specified body.(Overrides CodeHelper.Attribute(String).) |
VBCodeHelper.Attribute Method (String)
Gets an attribute with the specified body.
Parameters
- attributeBody
-
Type:
System.String
The body of the attribute.