SimpleORM.NET
execute Method (p_depth)
NamespacesSormQuery<(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++
public ObjectList<T> execute(
	int p_depth
)
Public Function execute ( _
	p_depth As Integer _
) As ObjectList(Of T)
public:
virtual ObjectList<T>^ execute(
	int p_depth
) sealed
Parameters
p_depth (Int32)
Activation depth
Return Value
Always a valid but possible empty instance

Assembly: sorm (Module: sorm) Version: 1.0.0.13068