Click or drag to resize
ISpeciesFactUpdate Method
Update species fact with new data from database.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void Update(
	int id,
	IReference reference,
	DateTime modifiedDate,
	string modifiedBy,
	bool hasFieldValue1,
	double fieldValue1,
	bool hasFieldValue2,
	double fieldValue2,
	bool hasFieldValue3,
	double fieldValue3,
	bool hasFieldValue4,
	string fieldValue4,
	bool hasFieldValue5,
	string fieldValue5,
	ISpeciesFactQuality quality
)

Parameters

id
Type: SystemInt32
Id of the species fact.
reference
Type: ArtDatabanken.DataIReference
Reference of the species fact.
modifiedDate
Type: SystemDateTime
Modified date of the species fact.
modifiedBy
Type: SystemString
Name of the update user of the species fact.
hasFieldValue1
Type: SystemBoolean
Indicates if field 1 has a value.
fieldValue1
Type: SystemDouble
Field value of field 1 for the species fact.
hasFieldValue2
Type: SystemBoolean
Indicates if field 2 has a value.
fieldValue2
Type: SystemDouble
Field value of field 2 for the species fact.
hasFieldValue3
Type: SystemBoolean
Indicates if field 3 has a value.
fieldValue3
Type: SystemDouble
Field value of field 3 for the species fact.
hasFieldValue4
Type: SystemBoolean
Indicates if field 4 has a value.
fieldValue4
Type: SystemString
Field value of field 4 for the species fact.
hasFieldValue5
Type: SystemBoolean
Indicates if field 5 has a value.
fieldValue5
Type: SystemString
Field value of field 5 for the species fact.
quality
Type: ArtDatabanken.DataISpeciesFactQuality
Quality of the species fact.
See Also