AccessQueryExactlyN.N 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Int32
See Also