共用方式為


ObjectQuery<T>.Distinct 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

將查詢限制為唯一的結果。

命名空間:  System.Data.Entity.Core.Objects
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Function Distinct As ObjectQuery(Of T)
'用途
Dim instance As ObjectQuery 
Dim returnValue As ObjectQuery(Of T)

returnValue = instance.Distinct()
public ObjectQuery<T> Distinct()
public:
ObjectQuery<T>^ Distinct()
member Distinct : unit -> ObjectQuery<'T> 
public function Distinct() : ObjectQuery<T>

傳回值

類型:System.Data.Entity.Core.Objects.ObjectQuery<T>
新的 ObjectQuery<T> 執行個體,它就相當於套用了 SELECT DISTINCT 的原始執行個體。

請參閱

參考

ObjectQuery<T> 類別

System.Data.Entity.Core.Objects 命名空間