Method | Description | |
---|---|---|
AutoMapOneToManyAttribute ( ) : System |
Default constructor for OneToMany
|
|
AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System |
|
|
AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System |
|
|
AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System |
|
public AutoMapOneToManyAttribute ( ) : System | ||
return | System |
public AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System | ||
relationshipType | RelationshipType | |
return | System |
public AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System | ||
reverseRelationshipName | string | |
return | System |
public AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System | ||
reverseRelationshipName | string | |
relationshipType | RelationshipType | |
deleteParentAction | DeleteParentAction | |
return | System |