The EntityFrameworkExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
AsCollectionView<(Of <<'(T>)>>) |
Converts an EntityCollection<(Of <(<'TEntity>)>)> to an editable ICollectionView.
|
|
AsLive<(Of <<'(T>)>>)(EntityCollection<(Of <<'(T>)>>)) |
Converts an EntityCollection<(Of <(<'TEntity>)>)> to an editable live view.
|
|
AsLive<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), EntityClientScope) |
Converts a POCO EntityCollection<(Of <(<'TEntity>)>)> to an editable live view.
|