[This is preliminary documentation and is subject to change.]
Retrieves data for a single instance from the storage.
Declaration Syntax
C# | Visual Basic | Visual C++ |
ObjectModel select( Guid p_id, TypeSchema p_schema )
Function select ( _ p_id As Guid, _ p_schema As TypeSchema _ ) As ObjectModel
ObjectModel^ select( Guid p_id, TypeSchema^ p_schema )
Parameters
- p_id (Guid)
- Unique identifier of an instance
- p_schema (TypeSchema)
- Schema which describes the type
Return Value
An instance implementing ObjectModel