EdmOperation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EdmOperation(String, String, IEdmTypeReference) |
初始化 EdmOperation 類別的新執行個體。 |
EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression) |
初始化 EdmOperation 類別的新執行個體。 |
EdmOperation(String, String, IEdmTypeReference)
初始化 EdmOperation 類別的新執行個體。
protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference)
參數
- namespaceName
- String
命名空間的名稱。
- name
- String
名稱。
- returnType
- IEdmTypeReference
傳回的型別。
適用於
EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression)
初始化 EdmOperation 類別的新執行個體。
protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType, bool isBound, Microsoft.OData.Edm.IEdmPathExpression entitySetPathExpression);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference * bool * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference, isBound As Boolean, entitySetPathExpression As IEdmPathExpression)
參數
- namespaceName
- String
命名空間的名稱。
- name
- String
名稱。
- returnType
- IEdmTypeReference
傳回的型別。
- isBound
- Boolean
如果設定為 true
[已系結]。
- entitySetPathExpression
- IEdmPathExpression
實體集路徑運算式。