ModelTranslatorSplitToType.AttractDependent Method
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AttractDependent ( _
from As ModelRelationshipClass _
)
public void AttractDependent(
ModelRelationshipClass from
)
public:
void AttractDependent(
ModelRelationshipClass^ from
)
member AttractDependent :
from:ModelRelationshipClass -> unit
public function AttractDependent(
from : ModelRelationshipClass
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.