EntAttr Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| EntAttr Constructor(DataRow) | The EntAttr() method is the constructor for the class. It initializes the properties of this entity attribute. This overload of the method passes a DataRow already retrieved from the Ent_Attr table to initialize the object. |
| EntAttr Constructor(Int32,Int32) | The EntAttr() method is the constructor for the class. It initializes the properties of this entity attribute. This overload of the method passes the ent_id and attr_id as parameters and retrieves the entity's specified attribute from the database to initialize the object. |
| EntAttr Constructor(Int32,String) | The EntAttr() method is the constructor for the class. It initializes the properties of this entity attribute. This overload of the method passes the ent_id and attr_name as parameters and retrieves the entity's specified attribute from the database to initialize the object. |