2008-09-30 83 views

回答

0

我還沒有嘗試過,但下面的方法originally posted here似乎是最好的解決方案。

[Function(Name="SoundEx", IsComposable = true)] 
    public string SoundsLike(string input) 
    { 
     throw new NotImplementedException(); 
    } 
相關問題