Constructeur EdmFunction (String, String, IEdmTypeReference, String)
Initialise une nouvelle instance de la classe EdmFunction.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Sub New ( _
namespaceName As String, _
name As String, _
returnType As IEdmTypeReference, _
definingExpression As String _
)
'Utilisation
Dim namespaceName As String
Dim name As String
Dim returnType As IEdmTypeReference
Dim definingExpression As String
Dim instance As New EdmFunction(namespaceName, _
name, returnType, definingExpression)
public EdmFunction(
string namespaceName,
string name,
IEdmTypeReference returnType,
string definingExpression
)
public:
EdmFunction(
String^ namespaceName,
String^ name,
IEdmTypeReference^ returnType,
String^ definingExpression
)
new :
namespaceName:string *
name:string *
returnType:IEdmTypeReference *
definingExpression:string -> EdmFunction
public function EdmFunction(
namespaceName : String,
name : String,
returnType : IEdmTypeReference,
definingExpression : String
)
Paramètres
- namespaceName
Type : System.String
Espace de noms de la fonction.
- name
Type : System.String
Nom de la fonction.
- returnType
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de retour de la fonction.
- definingExpression
Type : System.String
Expression de définition de la fonction (par exemple, une expression eSQL).