AVEVA Database .NET Public Interface

DbElement.GetString Method

Get text value Attribute on Element. This method throws an exception if attribute is invalid.

Overload List

Get text value Attribute on Element. This method throws an exception if attribute is invalid.

public abstract string GetString(DbAttribute);

Get text value Attribute on Element. This method throws an exception if attribute is invalid.

public abstract string GetString(DbAttribute,DbAttribute);

Get text value Attribute on Element. This method throws an exception if attribute is invalid.

public abstract string GetString(DbAttribute,DbQualifier);

Deprecated- do not use. Use method with DbQualifier instead.

public abstract string GetString(DbAttribute,int);

Get text value Attribute on Element. This method throws an exception if attribute is invalid.

public abstract string GetString(DbAttribute,string);

See Also

DbElement Class | Aveva.Pdms.Database Namespace