[ROOT] / doc / toc / ARCQuery / Enum / QueryProgressP / CurrentStrictness / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public Strictness CurrentStrictness{
get => IP.GetPV<Strictness>(QueryProgressP.CurrentStrictness);
set => IP.SetPV(QueryProgressP.CurrentStrictness, value);
}
public AddCurrentStrictness(Strictness currentStrictness) => IP.AddPV(QueryProgressP.CurrentStrictness, currentStrictness);
/// <see cref="PKTypeAttributeP.IsObligatory"/> for QueryProgressP.CurrentStrictness, therefore Get as possible null, Get with default value and TryGet not offered here


CardinalityHistoryOnly
DefaultValueON
DescriptionDescribes Strictness ON / OFF when executing query.
Specified through QueryExpressionStrict and stored in CurrentStrictness.
EnumMemberCurrentStrictness
EnumTypeQueryProgressP
IsObligatory-True-
TypeStrictness

8 items

Edit


Generated 2024-05-29 09:05:53.006 UTC