VBCodeHelper.Attribute Method

 

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

NameDescription
System_CAPS_pubmethodAttribute(IAttributeConfiguration)

Returns the data annotations attribute used to apply the specified configuration.(Inherited from CodeHelper.)

System_CAPS_protmethodAttribute(String)

Gets an attribute with the specified body.(Overrides CodeHelper.Attribute(String).)


VBCodeHelper.Attribute Method (String)

Gets an attribute with the specified body.

protected override string Attribute(
	string attributeBody
)

Parameters

attributeBody
Type: System.String

The body of the attribute.

Return Value

Type: System.String

The attribute.