 | DbActRelationshipSequence Property |
Row sequence
Namespace: SanteDB.Persistence.Data.Model.ActsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic long? Sequence { get; set; }Public Property Sequence As Long?
Get
Set
public:
property Nullable<long long> Sequence {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member Sequence : Nullable<int64> with get, set
Property Value
NullableInt64
See Also