SimpleORM.NET
select Method (p_id, p_schema)
NamespacesSorm.InterfacesProviderselect(Guid, TypeSchema)

[This is preliminary documentation and is subject to change.]

Retrieves data for a single instance from the storage.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068