| SkipHintAttributeQueryHint Property |
Gets the query path which , if not present in the query, indicates the class can be skipped
Namespace:
SanteDB.OrmLite.Attributes
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public string QueryHint { get; }
Public ReadOnly Property QueryHint As String
Get
public:
property String^ QueryHint {
String^ get ();
}
member QueryHint : string with get
Property Value
Type:
StringSee Also