Entity.CreateEntitiesFromPrimitives<T> Method

Creates a new array of Entity instances starting from the related primitives.
Public Shared Function CreateEntitiesFromPrimitives(Of  _ 
T As Entity)( _ 
ByVal primitives As IEnumerable(Of GEntity) _ 
) As T()
This language is not supported or no code example is available.
public static T[] CreateEntitiesFromPrimitives<T>( 
IEnumerable<GEntity> primitives 

where T : Entity
This language is not supported or no code example is available.

Type Parameters

T

Parameters

primitives
IEnumerable<GEntity>

The primitives collection.

Return Value

T[]

The new array created.

.NET Framework

Supported in: 4.7.2

In this article

Definition