DataSource for Entity Framework for WinForms
AsCollectionView<T> メソッド

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.Entities 名前空間 > EntityFrameworkExtensions クラス : AsCollectionView<T> メソッド
entities内のエンティティの型。
変換する System.Data.Entity.Core.Objects.DataClasses.EntityCollection`1
System.Data.Entity.Core.Objects.DataClasses.EntityCollection`1を編集可能な System.ComponentModel.ICollectionViewに変換します。
シンタックス
'宣言
 
Public Shared Function AsCollectionView(Of T As {Class, System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships})( _
   ByVal entities As System.Data.Entity.Core.Objects.DataClasses.EntityCollection(Of T) _
) As System.ComponentModel.ICollectionView
public static System.ComponentModel.ICollectionView AsCollectionView<T>( 
   System.Data.Entity.Core.Objects.DataClasses.EntityCollection<T> entities
)
where T: class, System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships

パラメータ

entities
変換する System.Data.Entity.Core.Objects.DataClasses.EntityCollection`1

型パラメータ

T
entities内のエンティティの型。

戻り値の型

結果の System.ComponentModel.ICollectionView
参照

EntityFrameworkExtensions クラス
EntityFrameworkExtensions メンバ