次の方法で共有


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>
SELECT DISTINCT が適用された元のインスタンスに相当する新しい ObjectQuery<T> インスタンス。

参照

参照

ObjectQuery<T> クラス

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