See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected override sealed Object LoadEntityCore(
EntityDescriptor entityDescriptor,
Object key,
EntityLoadOptions options
) |
Visual Basic |
---|
Protected Overrides NotOverridable Function LoadEntityCore (
entityDescriptor As EntityDescriptor,
key As Object,
options As EntityLoadOptions
) As Object |
Visual C++ |
---|
protected:
virtual Object^ LoadEntityCore(
EntityDescriptor^ entityDescriptor,
Object^ key,
EntityLoadOptions^ options
) override sealed |
Parameters
- entityDescriptor
- Type: EntityDescriptor
- key
- Type: System..::..Object
- options
- Type: EntityLoadOptions
Return Value
Type:
Object
See Also