2008-09-30 116 views

回答

0

我还没有尝试过,但下面的方法originally posted here似乎是最好的解决方案。

[Function(Name="SoundEx", IsComposable = true)] 
    public string SoundsLike(string input) 
    { 
     throw new NotImplementedException(); 
    } 
相关问题