.NET Customisation
User Guide
.NET Customisation
:
Database Interface
:
Data Model Definition Classes
: DbAttributeInstance
DbAttributeInstance
This class contains instances of DbAttribute for every element type in the AVEVA module. These instances may be used wherever a DbAttribute is expected, for example: if a method
MyMethod()
takes a
DbAttribute
, you could write:
for example:
MyMethod(Aveva.Core.Database.DbAttributeInstance.XLEN);
It is often convenient to add a using statement for these instances.
For example:
using
ATT=Aveva.Core.Database.DbAttributeInstance;
MyMethod(ATT.XLEN);
1974 to current year.
AVEVA Solutions Limited and its subsidiaries. All rights reserved.