| ColumnMappingIsSecret Property |
True if the column is secret
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public bool IsSecret { get; }
Public ReadOnly Property IsSecret As Boolean
Get
public:
property bool IsSecret {
bool get ();
}
member IsSecret : bool with get
Property Value
Type:
BooleanSee Also