EdmType::Abstract Property

 

Gets a value indicating whether this type is abstract or not.

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

public:
property bool Abstract {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

true if this type is abstract; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: