BizBlox
ToArray Method (doType)
Namespacespixolut.BizBloxDOCollectionToArray(Type)
BizBlox
Copy all dataobjects to an array of DOTOs. The type passed in will be the type of DOTO which is created and returned.
Declaration Syntax
C#Visual BasicVisual C++
public Object[] ToArray(
	Type doType
)
Public Function ToArray ( _
	doType As Type _
) As Object()
public:
array<Object^>^ ToArray(
	Type^ doType
)
Parameters
doType (Type)
The type of DOTO to be populated and returned.
Return Value
Array of DOTO's (DataObject Transfer Objects)
Remarks
This call will load each data object in to memory and create a matching transfer object. Can be a heavy processing load.

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0