Exemple #1
0
 public AssociationFetch(string associationPath, AssociationFetchMode fetchMode)
 {
     this.associationPath = associationPath;
     this.fetchMode       = fetchMode;
 }
Exemple #2
0
 public AssociationFetch(string associationPath, AssociationFetchMode fetchMode)
 {
     this.associationPath = associationPath;
     this.fetchMode = fetchMode;
 }