EdmFunctionBase Constructor
Creates a new instance of the EdmFunctionBase class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
returnType As IEdmTypeReference _
)
'Usage
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
)
Parameters
- name
Type: System.String
The name of the function.
- returnType
Type: Microsoft.Data.Edm.IEdmTypeReference
The return type of the function.