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

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
protected override IEntityAccessor GetEntityAccessor(
	Type entityType
)
Visual Basic
Protected Overrides Function GetEntityAccessor ( 
	entityType As Type
) As IEntityAccessor
Visual C++
protected:
virtual IEntityAccessor^ GetEntityAccessor(
	Type^ entityType
) override

Parameters

entityType
Type: System..::..Type

Return Value

Type: IEntityAccessor

See Also