EdmTypeAttribute::Name Property

 

The name of the type in the conceptual schema that maps to the class to which this attribute is applied.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that is the name.

The name of the type must correspond to the name of the entity type or complex type in the conceptual schema.

.NET Framework
Available since 3.5
Return to top
Show: