See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected override sealed EntityKeyList LoadKeyListCore(
	EntityDescriptor entityDescriptor,
	EntityQuery filter,
	EntityLoadOptions options
)
Visual Basic
Protected Overrides NotOverridable Function LoadKeyListCore ( 
	entityDescriptor As EntityDescriptor,
	filter As EntityQuery,
	options As EntityLoadOptions
) As EntityKeyList
Visual C++
protected:
virtual EntityKeyList^ LoadKeyListCore(
	EntityDescriptor^ entityDescriptor, 
	EntityQuery^ filter, 
	EntityLoadOptions^ options
) override sealed

Parameters

entityDescriptor
Type: EntityDescriptor
filter
Type: EntityQuery
options
Type: EntityLoadOptions

Return Value

Type: EntityKeyList

See Also