RowType.Create Method (IEnumerable<EdmProperty>, IEnumerable<MetadataProperty>)

 

The factory method for constructing the RowType object.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public static RowType Create(
	IEnumerable<EdmProperty> properties,
	IEnumerable<MetadataProperty> metadataProperties
)

Parameters

properties
Type: System.Collections.Generic.IEnumerable<EdmProperty>

Properties of the row type object.

metadataProperties
Type: System.Collections.Generic.IEnumerable<MetadataProperty>

Metadata properties that will be added to the function. Can be null.

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.RowType

A new, read-only instance of the RowType object.