次の方法で共有


IMediaDataServiceContext.AttachTo メソッド

定義

オーバーロード

AttachTo(String, Object)
AttachTo(String, Object, String)

AttachTo(String, Object)

public void AttachTo (string entitySetName, object entity);
abstract member AttachTo : string * obj -> unit
Public Sub AttachTo (entitySetName As String, entity As Object)

パラメーター

entitySetName
String
entity
Object

適用対象

AttachTo(String, Object, String)

public void AttachTo (string entitySetName, object entity, string etag);
abstract member AttachTo : string * obj * string -> unit
Public Sub AttachTo (entitySetName As String, entity As Object, etag As String)

パラメーター

entitySetName
String
entity
Object
etag
String

適用対象