|  | DbEntityNameComponentSequence Property  | 
 
            Sequence identifier
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Entities
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic int Sequence { get; set; }Public Property Sequence As Integer
	Get
	Set
public:
property int Sequence {
	int get ();
	void set (int value);
}member Sequence : int with get, set
Property Value
Type: 
Int32 See Also
See Also