See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Set the .net type of this entity, and return the new entity of the new type.
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public T SetType<T>()
where T : EntityClassProperty
|
| Visual Basic |
|---|
Public Function SetType(Of T As EntityClassProperty) As T |
| Visual C++ |
|---|
public:
generic<typename T>
where T : EntityClassProperty
T SetType() |
Type Parameters
Return Value
Type:
T
See Also