MetaStore.setAttributeValue
bool setAttributeValue(string attName, string attValue = null)Set the value of the attribute named att_name to att_value; see [gda.meta_store.MetaStore.getAttributeValue] for more information.
Parameters
attName | name of the attribute to set |
attValue | value of the attribute to set, or null to unset the attribute |
Returns
TRUE if no error occurred
Throws
[MetaStoreException]