AVEVA Database .NET Public Interface

DbAttribute.GetAsString Method

Get the value of any attribute field as a string; array valued fields will be returned as the elements concatenated together separated by commas

Overload List

Get the value of any attribute field as a string; array valued fields will be returned as the elements concatenated together separated by commas

public string GetAsString(DbAttributeField);

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,int);

Get the value of any attribute field as a string; array valued fields will be returned as the elements concatenated together separated by the specified array separator string

public string GetAsString(DbAttributeField,string);

Get the value of any attribute special field as a string; array valued fields will be returned as the elements concatenated together separated by commas

public string GetAsString(DbAttributeSpecialField);

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,int);

Get the value of any attribute special field as a string; array valued fields will be returned as the elements concatenated together separated by the specified array separator string

public string GetAsString(DbAttributeSpecialField,string);

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace