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

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public T AddNew<T>(
	string propertyName
)
where T : EntityClassProperty
Visual Basic
Public Function AddNew(Of T As EntityClassProperty) ( 
	propertyName As String
) As T
Visual C++
public:
generic<typename T>
where T : EntityClassProperty
T AddNew(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

Type Parameters

T

Return Value

Type: T

See Also