SimpleORM.NET
execute Method (p_depth)
NamespacesSorm.InterfacesQuery<(Of <(T>)>)execute(Int32)

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

The prepared Query will be executed and activates the loaded objects to the requested depth.
Declaration Syntax
C#Visual BasicVisual C++
ObjectList<T> execute(
	int p_depth
)
Function execute ( _
	p_depth As Integer _
) As ObjectList(Of T)
ObjectList<T>^ execute(
	int p_depth
)
Parameters
p_depth (Int32)
Activation depth
Return Value
Always a valid but possible empty instance

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