AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeSpecialField, Int32)

Gets the value of any element of an attribute special field as a string; for an array valued field the (zero based) array index is specified; this must be '0' for a scalar field

public string GetAsString(
   DbAttributeSpecialField field,
   int arrayindex
);

Parameters

field
Any attribute special field
arrayindex
Array index (Zero based)

Return Value

Value of the element of the attribute special field as a string

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace | DbAttribute.GetAsString Overload List