EntityDesignerLayerAttribute Constructor

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Creates an EntityDesignerLayerAttribute given a particular layer name

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

Syntax

'Declaration
Public Sub New ( _
    layerName As String _
)
'Usage
Dim layerName As String 

Dim instance As New EntityDesignerLayerAttribute(layerName)
public EntityDesignerLayerAttribute(
    string layerName
)
public:
EntityDesignerLayerAttribute(
    String^ layerName
)
new : 
        layerName:string -> EntityDesignerLayerAttribute
public function EntityDesignerLayerAttribute(
    layerName : String
)

Parameters

  • layerName
    Type: System.String
    Unique name specifying the layer (a logical collection of extensions)

See Also

Reference

EntityDesignerLayerAttribute Class

Microsoft.Data.Entity.Design.Extensibility Namespace