Overload List
Name | Description | |
---|---|---|
Load(IDataReader) |
Loads this object with the object's fields and properties with the fields from the database.
Automatically sets the IDatabaseObject.DistinctValue and IDatabaseObject.IsSaved properties so that the
object is correctly initialized.
Onforwards a call to Database.ObjectLoad()
|
|
Load(SQLFieldValues) |
Loads this object with the object's fields and properties with the fields from the database.
Automatically sets the IDatabaseObject.DistinctValue and IDatabaseObject.IsSaved properties so that the
object is correctly initialized.
Onforwards a call to Database.ObjectLoad()
|