EntitySetBase::Name Property

 

Gets the name of the current entity or relationship set.

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

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

Property Value

Type: System::String^

The name of the current entity or relationship set.

.NET Framework
Available since 3.5
Return to top
Show: