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 | |
---|---|---|
AddStructuralProperty(String, EdmPrimitiveTypeKind) | Creates and adds a nullable structural property to this type. | |
AddStructuralProperty(String, IEdmTypeReference) | Creates and adds a structural property to this type. | |
AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean) | Creates and adds a nullable structural property to this type. | |
AddStructuralProperty(String, IEdmTypeReference, String, EdmConcurrencyMode) | Creates and adds a structural property to this type. |
Top