Retrieves the object from the data store and populates it.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected abstract TYPE DataSelect(
	KEY id
)
Protected MustOverride Function DataSelect ( _
	id As KEY _
) As TYPE
protected:
virtual TYPE DataSelect (
	KEY id
) abstract

Parameters

id
KEY
The unique identifier of the object.

Return Value

True if the object exists and is being populated successfully

See Also