次の方法で共有


Entity.Create メソッド

名前空間:  Microsoft.BusinessData.MetadataModel
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function Create ( _
    fieldValues As EntityFieldValueDictionary, _
    lobSystemInstance As LobSystemInstance _
) As EntityIdentity
'使用
Dim instance As Entity
Dim fieldValues As EntityFieldValueDictionary
Dim lobSystemInstance As LobSystemInstance
Dim returnValue As EntityIdentity

returnValue = instance.Create(fieldValues, _
    lobSystemInstance)
public EntityIdentity Create(
    EntityFieldValueDictionary fieldValues,
    LobSystemInstance lobSystemInstance
)

パラメーター

戻り値

型: Microsoft.BusinessData.Runtime.EntityIdentity

関連項目

参照先

Entity クラス

Entity メンバー

Microsoft.BusinessData.MetadataModel 名前空間