The type of the entity (needed for inheritance support)

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string EntityType { get; set; }
Visual Basic
Public Property EntityType As String
	Get
	Set
Visual C++
public:
property String^ EntityType {
	String^ get ();
	void set (String^ value);
}

See Also