コード例 #1
0
 public static string GetIdentifier(this DbFeature feature)
 {
     // Calculate the hash if it doesn't have it, it might still be an old feature
     return(GetIdentifier(feature.Product, feature.Group, feature.Title, feature.Hash ?? feature.CalculateHash()));
 }