EdmFunctionBase 构造函数

创建 EdmFunctionBase 类的新实例。

命名空间:  Microsoft.Data.Edm.Library
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Protected Sub New ( _
    name As String, _
    returnType As IEdmTypeReference _
)
用法
Dim name As String
Dim returnType As IEdmTypeReference

Dim instance As New EdmFunctionBase(name, returnType)
protected EdmFunctionBase(
    string name,
    IEdmTypeReference returnType
)
protected:
EdmFunctionBase(
    String^ name, 
    IEdmTypeReference^ returnType
)
new : 
        name:string * 
        returnType:IEdmTypeReference -> EdmFunctionBase
protected function EdmFunctionBase(
    name : String, 
    returnType : IEdmTypeReference
)

参数

请参阅

参考

EdmFunctionBase 类

Microsoft.Data.Edm.Library 命名空间