EdmType::Name Property

 

Gets the name of this type.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

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

Property Value

Type: System::String^

The name of this type.

.NET Framework
Available since 3.5
Return to top
Show: