Retrieve full content of the object. This method is automatically invoked, when full record retrieval is never
done on the object, and indexer call if performed on the fields key that doesn't exist.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool RetrieveFullRecord() |
Visual Basic |
---|
Function RetrieveFullRecord As Boolean |
Visual C++ |
---|
bool RetrieveFullRecord() |
Field Value
BooleanReturn Value
True if successfulExamples
When retrieving the field "Description" with index this["Description"], and
the key "Descriptiont" is not in the fields collection of the object, "RetrieveFullRecord" method will be automatically
called. If after method call the key still doesn't exist, this method will not be called again.