Share via


RowType.Properties Property

Definition

Gets the list of properties on this RowType.

public virtual System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty> Properties { get; }
member this.Properties : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty>
Public Overridable ReadOnly Property Properties As ReadOnlyMetadataCollection(Of EdmProperty)

Property Value

A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties on this RowType .

Applies to