EntityLogicalNameAttribute Class

Definition

Identifies the logical name of an entity.

public ref class EntityLogicalNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class EntityLogicalNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type EntityLogicalNameAttribute = class
    inherit Attribute
Public NotInheritable Class EntityLogicalNameAttribute
Inherits Attribute
Inheritance
EntityLogicalNameAttribute
Attributes

Constructors

EntityLogicalNameAttribute(String)

Initializes a new instance of the EntityLogicalNameAttribute class.

Properties

LogicalName

Gets the logical name of the entity.

Applies to