EntityContainer.CreateEntitySet<TEntity> Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Creates a new EntitySet in this container for the specified entity type.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Sub CreateEntitySet(Of TEntity As Entity)
'Usage
Me.CreateEntitySet()
protected void CreateEntitySet<TEntity>()
where TEntity : Entity
protected:
generic<typename TEntity>
where TEntity : Entity
void CreateEntitySet()
member CreateEntitySet : unit -> unit when 'TEntity : Entity
JScript does not support generic types and methods.
Type Parameters
- TEntity
The entity type.