IAttributeConfiguration.GetAttributeBody Method (CodeHelper)

 

Gets the body of the data annotation attribute to apply the configuration.

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

string GetAttributeBody(
	CodeHelper code
)

Parameters

code
Type: Microsoft.Data.Entity.Design.CodeGeneration.CodeHelper

The helper used to generate code.

Return Value

Type: System.String

The body of the attribute.