Метод 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
)
Параметры
- fieldValues
Тип: Microsoft.BusinessData.Runtime.EntityFieldValueDictionary
- lobSystemInstance
Тип: Microsoft.BusinessData.MetadataModel.LobSystemInstance
Возвращаемое значение
Тип: Microsoft.BusinessData.Runtime.EntityIdentity