AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method (DbAttributeField, Int32)

Gets the value of any element of an attribute 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(
   DbAttributeField field,
   int arrayindex
);

Parameters

field
Any attribute field
arrayindex
Array index (Zero based)

Return Value

Value of the element of the attribute field as a string

See Also

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