TableConfiguration.GetAttributeBody Method (CodeHelper)

 

Gets the attribute body associated with the configuration.

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

public virtual 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 attribute body associated with the configuration.