AddDependentProperties Method (IEnumerable(IEdmStructuralProperty))
Adds the properties to the list of dependent properties.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddDependentProperties ( _
properties As IEnumerable(Of IEdmStructuralProperty) _
)
'Usage
Dim instance As EdmNavigationProperty
Dim properties As IEnumerable(Of IEdmStructuralProperty)
instance.AddDependentProperties(properties)
public void AddDependentProperties(
IEnumerable<IEdmStructuralProperty> properties
)
public:
void AddDependentProperties(
IEnumerable<IEdmStructuralProperty^>^ properties
)
member AddDependentProperties :
properties:IEnumerable<IEdmStructuralProperty> -> unit
public function AddDependentProperties(
properties : IEnumerable<IEdmStructuralProperty>
)
Parameters
- properties
Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IEdmStructuralProperty> ) > ) >
The dependent properties.