다음을 통해 공유


ModificationCommand.PropagateResults 메서드

정의

오버로드

PropagateResults(RelationalDataReader)

지정된 relationalReader 데이터베이스에서 반환된 결과 집합 열을 읽고 값을 추적된 엔터티에 전파할 수 있는 적절한 IColumnModification 열로 다시 전파합니다.

PropagateResults(ValueBuffer)

지정된 ValueBuffer 데이터베이스에서 반환된 값을 읽고 해당 값을 추적된 엔터티에 전파할 수 있는 적절한 IColumnModification 로 다시 전파합니다.

PropagateResults(RelationalDataReader)

Source:
ModificationCommand.cs
Source:
ModificationCommand.cs
Source:
ModificationCommand.cs

지정된 relationalReader 데이터베이스에서 반환된 결과 집합 열을 읽고 값을 추적된 엔터티에 전파할 수 있는 적절한 IColumnModification 열로 다시 전파합니다.

public virtual void PropagateResults (Microsoft.EntityFrameworkCore.Storage.RelationalDataReader relationalReader);
abstract member PropagateResults : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> unit
override this.PropagateResults : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> unit
Public Overridable Sub PropagateResults (relationalReader As RelationalDataReader)

매개 변수

relationalReader
RelationalDataReader

데이터베이스에서 읽은 값을 포함하는 관계형 판독기입니다.

구현

적용 대상

PropagateResults(ValueBuffer)

Source:
ModificationCommand.cs
Source:
ModificationCommand.cs
Source:
ModificationCommand.cs
Source:
ModificationCommand.cs
Source:
ModificationCommand.cs
Source:
ModificationCommand.cs

지정된 ValueBuffer 데이터베이스에서 반환된 값을 읽고 해당 값을 추적된 엔터티에 전파할 수 있는 적절한 IColumnModification 로 다시 전파합니다.

public virtual void PropagateResults (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer);
abstract member PropagateResults : Microsoft.EntityFrameworkCore.Storage.ValueBuffer -> unit
override this.PropagateResults : Microsoft.EntityFrameworkCore.Storage.ValueBuffer -> unit
Public Overridable Sub PropagateResults (valueBuffer As ValueBuffer)

매개 변수

valueBuffer
ValueBuffer

데이터베이스에서 읽은 값이 포함된 버퍼입니다.

구현

적용 대상