MetaModel.GetFunction(MethodInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得對應至資料庫函式的 MetaFunction。
public:
abstract System::Data::Linq::Mapping::MetaFunction ^ GetFunction(System::Reflection::MethodInfo ^ method);
public abstract System.Data.Linq.Mapping.MetaFunction GetFunction (System.Reflection.MethodInfo method);
abstract member GetFunction : System.Reflection.MethodInfo -> System.Data.Linq.Mapping.MetaFunction
Public MustOverride Function GetFunction (method As MethodInfo) As MetaFunction
參數
- method
- MethodInfo
針對 DataContext 或表示資料庫函式之下層類別所定義的方法。
傳回
對應至資料庫函式的中繼函式。
備註
資料庫函式是使用者定義的函數、數據表值函式和預存程式。