예제 #1
0
 /// <inheritdoc/>
 public ISqlParameter[] GetAllParameters()
 {
     return(CatalogueRepository.GetAllParametersForParentTable(this).ToArray());
 }