An NDoc Documented Class Library

Entity Constructor

Initializes a new instance of the Entity class.

Overload List

Initializes a new instance of the Entity class.

[Visual Basic] Protected Sub New()
[C#] protected Entity();
[C++] protected: Entity();
[JScript] protected function Entity();

 

[Visual Basic] Public Sub New(ByVal TableRow,ByVal String})
[C#] public Entity(TableRow,String});
[C++] public: Entity(TableRow*,String}*);
[JScript] public function Entity(TableRow,String});

See Also

Entity Class | Repository.EntityMapping Namespace