AccessQueryAtLeastNN Property |
Gets or sets the number of
Queries that must be satisfied in order for this query to be satisfied.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int N { get; set; }
Public Property N As Integer
Get
Set
public:
property int N {
int get ();
void set (int value);
}
member N : int with get, set
Property Value
Type:
Int32See Also