DataProcessEntity Property  | 
 
            Gets the parent entity.
            
 
    Namespace: 
   Dundas.BI.Data.Transforms
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic EntityBase Entity { get; }Public ReadOnly Property Entity As EntityBase
	Get
public:
property EntityBase^ Entity {
	EntityBase^ get ();
}member Entity : EntityBase with get
Property Value
Type: 
EntityBase
See Also