'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function AsLive(Of T As Class)( _ ByVal pocoCollection As System.Collections.Generic.ICollection(Of T), _ ByVal scope As EntityClientScope _ ) As View(Of T)
[System.Runtime.CompilerServices.Extension()] public static View<T> AsLive<T>( System.Collections.Generic.ICollection<T> pocoCollection, EntityClientScope scope ) where T: class
パラメータ
- pocoCollection
- 変換するエンティティコレクション。 System.Data.Entity.Core.Objects.DataClasses.EntityCollection`1型である必要があります。
- scope
- このコレクションを所有するエンティティが属する EntityClientScope(この範囲内で エンティティがクエリーによって取得、または作成されます)。
型パラメータ
- T
- pocoCollection内のエンティティの型。
戻り値の型
結果の ライブビュー。