See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Designer.BusinessAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected override IEntityCollection QueryCore(
Type collectionType,
EntityDescriptor entityDescriptor,
EntityQuery filter,
EntityLoadOptions options
) |
Visual Basic |
---|
Protected Overrides Function QueryCore (
collectionType As Type,
entityDescriptor As EntityDescriptor,
filter As EntityQuery,
options As EntityLoadOptions
) As IEntityCollection |
Visual C++ |
---|
protected:
virtual IEntityCollection^ QueryCore(
Type^ collectionType,
EntityDescriptor^ entityDescriptor,
EntityQuery^ filter,
EntityLoadOptions^ options
) override |
Parameters
- collectionType
- Type: System..::..Type
- entityDescriptor
- Type: EntityDescriptor
- filter
- Type: EntityQuery
- options
- Type: EntityLoadOptions
Return Value
Type:
IEntityCollection
See Also