次の方法で共有


EdmFunctionImport コンストラクター (IEdmEntityContainer, String, IEdmTypeReference, IEdmExpression, Boolean, Boolean, Boolean)

EdmFunctionImport クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Sub New ( _
    container As IEdmEntityContainer, _
    name As String, _
    returnType As IEdmTypeReference, _
    entitySet As IEdmExpression, _
    sideEffecting As Boolean, _
    composable As Boolean, _
    bindable As Boolean _
)
'使用
Dim container As IEdmEntityContainer
Dim name As String
Dim returnType As IEdmTypeReference
Dim entitySet As IEdmExpression
Dim sideEffecting As Boolean
Dim composable As Boolean
Dim bindable As Boolean

Dim instance As New EdmFunctionImport(container, _
    name, returnType, entitySet, sideEffecting, _
    composable, bindable)
public EdmFunctionImport(
    IEdmEntityContainer container,
    string name,
    IEdmTypeReference returnType,
    IEdmExpression entitySet,
    bool sideEffecting,
    bool composable,
    bool bindable
)
public:
EdmFunctionImport(
    IEdmEntityContainer^ container, 
    String^ name, 
    IEdmTypeReference^ returnType, 
    IEdmExpression^ entitySet, 
    bool sideEffecting, 
    bool composable, 
    bool bindable
)
new : 
        container:IEdmEntityContainer * 
        name:string * 
        returnType:IEdmTypeReference * 
        entitySet:IEdmExpression * 
        sideEffecting:bool * 
        composable:bool * 
        bindable:bool -> EdmFunctionImport
public function EdmFunctionImport(
    container : IEdmEntityContainer, 
    name : String, 
    returnType : IEdmTypeReference, 
    entitySet : IEdmExpression, 
    sideEffecting : boolean, 
    composable : boolean, 
    bindable : boolean
)

パラメーター

  • sideEffecting
    型: System.Boolean
    この関数インポートに副作用があるかどうかを示す値。
  • composable
    型: System.Boolean
    この関数インポートを式内で構成できるかどうかを示す値。
  • bindable
    型: System.Boolean
    この関数インポートをこの関数インポートの最初のパラメーターの型の拡張メソッドとして使用できるかどうかを示す値。

関連項目

参照

EdmFunctionImport クラス

EdmFunctionImport オーバーロード

Microsoft.Data.Edm.Library 名前空間