[ROOT] / doc / DocFrag / ARCQuery.Query.ExecuteOne
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -5- | 
| Name | ExecuteOne | 
| Namespace | ARCQuery | 
| Type | Query | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | Query | 
| MethodName | ExecuteOne | 
| MethodSignature | ARCQuery.Query ExecuteOne(ARCQuery.QueryExpression) | 
NOTE: Note how avoids deferred execution in order to always correctly time execution of each query element separately.
NOTE: This unfortunately kind of defeats the purpose of QueryExpression implementations
NOTE: returning IEnumerable instead of List.
TODO: Implement setting that decides whether timing is desired or not, and if not, use deferred execution instead.
Generated 2025-10-31 00:49:50.114 UTC