EdmStructuredType.AddStructuralProperty Method

Include Protected Members
Include Inherited Members

Adds a structural property.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddStructuralProperty(String, EdmPrimitiveTypeKind) Creates and adds a nullable structural property to this type.
Public method AddStructuralProperty(String, IEdmTypeReference) Creates and adds a structural property to this type.
Public method AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean) Creates and adds a nullable structural property to this type.
Public method AddStructuralProperty(String, IEdmTypeReference, String, EdmConcurrencyMode) Creates and adds a structural property to this type.

Top

See Also

Reference

EdmStructuredType Class

Microsoft.Data.Edm.Library Namespace