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 abstract Nullable<decimal> TableId { get; set; }
Visual Basic
Public MustOverride Property TableId As Nullable(Of Decimal)
	Get
	Set
Visual C++
public:
virtual property Nullable<Decimal> TableId {
	Nullable<Decimal> get () abstract override;
	void set (Nullable<Decimal> value) abstract override;
}

Property Value

Type: Nullable<(Of <(<'Decimal>)>)>

See Also