Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryBuilder<T0>.First

切换到手册
public T First ();

返回

T 与所有条件匹配的第一个元素或 null(如果未找到)。

描述

方便重载,是 Build().First() 的简便方法。

另请参阅:UQuery.QueryState<T>.First。