Defines a new class attribute to be added to the generated entity class

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public ClassAttributeAttribute(
	string classAttribute
)
Visual Basic
Public Sub New ( 
	classAttribute As String
)
Visual C++
public:
ClassAttributeAttribute(
	String^ classAttribute
)
F#
new : 
        classAttribute : string -> ClassAttributeAttribute

Parameters

classAttribute
Type: System..::..String
The class attribute to be added.

See Also