EntityRef<TEntity> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci EntityRef<TEntity> třídy.
Přetížení
EntityRef<TEntity>(IEnumerable<TEntity>) |
Inicializuje novou instanci EntityRef<TEntity> třídy zadáním zdroje. |
EntityRef<TEntity>(EntityRef<TEntity>) |
Inicializuje novou instanci EntityRef<TEntity> třídy odkazem na cílovou entitu. |
EntityRef<TEntity>(TEntity) |
Inicializuje novou instanci EntityRef<TEntity> třídy zadáním cílové entity. |
EntityRef<TEntity>(IEnumerable<TEntity>)
Inicializuje novou instanci EntityRef<TEntity> třídy zadáním zdroje.
public:
EntityRef(System::Collections::Generic::IEnumerable<TEntity> ^ source);
public EntityRef (System.Collections.Generic.IEnumerable<TEntity> source);
new System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)> : seq<'Entity (requires 'Entity : null)> -> System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)>
Public Sub New (source As IEnumerable(Of TEntity))
Parametry
- source
- IEnumerable<TEntity>
Referenční zdroj.
Platí pro
EntityRef<TEntity>(EntityRef<TEntity>)
Inicializuje novou instanci EntityRef<TEntity> třídy odkazem na cílovou entitu.
public:
EntityRef(System::Data::Linq::EntityRef<TEntity> entityRef);
public EntityRef (System.Data.Linq.EntityRef<TEntity> entityRef);
new System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)> : System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)> -> System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)>
Public Sub New (entityRef As EntityRef(Of TEntity))
Parametry
- entityRef
- EntityRef<TEntity>
Cílová entita.
Platí pro
EntityRef<TEntity>(TEntity)
Inicializuje novou instanci EntityRef<TEntity> třídy zadáním cílové entity.
public:
EntityRef(TEntity entity);
public EntityRef (TEntity entity);
new System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)> : 'Entity -> System.Data.Linq.EntityRef<'Entity (requires 'Entity : null)>
Public Sub New (entity As TEntity)
Parametry
- entity
- TEntity
Cílová entita.