See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Nullable<decimal> DefaultDbSchemaId { get; set; } |
Visual Basic |
---|
Public Property DefaultDbSchemaId As Nullable(Of Decimal)
Get
Set |
Visual C++ |
---|
public:
virtual property Nullable<Decimal> DefaultDbSchemaId {
Nullable<Decimal> get () sealed;
void set (Nullable<Decimal> value) sealed;
} |
Property Value
Type:
Nullable<(Of <(<'Decimal>)>)>Implements
IEntityClassSet..::..DefaultDbSchemaId
See Also