SimpleORM.NET
select_into Method (p_schema, p_model, p_constraint, p_order)
NamespacesSorm.InterfacesProviderselect_into(TypeSchema, ObjectModel, Constraint, Order)

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

Adds data for multiple instances conforming to a given schema to a given Model.
Declaration Syntax
C#Visual BasicVisual C++
void select_into(
	TypeSchema p_schema,
	ObjectModel p_model,
	Constraint p_constraint,
	Order p_order
)
Sub select_into ( _
	p_schema As TypeSchema, _
	p_model As ObjectModel, _
	p_constraint As Constraint, _
	p_order As Order _
)
void select_into(
	TypeSchema^ p_schema, 
	ObjectModel^ p_model, 
	Constraint^ p_constraint, 
	Order^ p_order
)
Parameters
p_schema (TypeSchema)
Schema which describes the type
p_model (ObjectModel)
Model to equip with additional data
p_constraint (Constraint)
Predicates to limit the result set, may be null
p_order (Order)
Sorting rules, may be null

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