Overload List

  Name Description
Public method Static member ObjectLoad(DatabaseObject, SQLFieldValues)
Initializes an existing object with values from a set of database fields. Specifically, sets the IDatbaseObject.IsSaved property to true, sets the IDatbaseObject.DistinctValue using the provided data and calls IDatbaseObject.LoadFields().
Public method Static member ObjectLoad(DatabaseObject, IDataReader)
Initializes an existing object with values from a set of database fields. Specifically, sets the IDatbaseObject.IsSaved property to true, sets the IDatbaseObject.DistinctValue using the provided data and calls IDatbaseObject.LoadFields().
Public method Static member ObjectLoad(IDatabaseObjects, IDatabaseObject, SQLFieldValues)
Initializes an existing object with values from a set of database fields. Specifically, sets the IDatbaseObject.IsSaved property to true, sets the IDatbaseObject.DistinctValue using the provided data and calls IDatbaseObject.LoadFields().
Public method Static member ObjectLoad(IDatabaseObjects, IDatabaseObject, IDataReader)
Initializes an existing object with values from a set of database fields. Specifically, sets the IDatbaseObject.IsSaved property to true, sets the IDatbaseObject.DistinctValue using the provided data and calls IDatbaseObject.LoadFields().

See Also