Overload List
Name | Description | |
---|---|---|
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().
|
|
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().
|
|
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().
|
|
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().
|