DataServiceContext.IgnoreMissingProperties 속성
형식에서 읽은 속성을 클라이언트 쪽 형식의 속성에 매핑해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Property IgnoreMissingProperties As Boolean
Get
Set
‘사용 방법
Dim instance As DataServiceContext
Dim value As Boolean
value = instance.IgnoreMissingProperties
instance.IgnoreMissingProperties = value
public bool IgnoreMissingProperties { get; set; }
public:
property bool IgnoreMissingProperties {
bool get ();
void set (bool value);
}
member IgnoreMissingProperties : bool with get, set
function get IgnoreMissingProperties () : boolean
function set IgnoreMissingProperties (value : boolean)
속성 값
유형: System.Boolean
형식에서 읽은 속성을 클라이언트 쪽 형식의 속성에 매핑해야 하는지 여부를 나타내는 부울 값입니다.
주의
true이면 형식의 속성을 클라이언트 유형의 속성에 매핑할 수 없는 경우에도 구체화가 성공합니다. false이면 개체 구체화 동안 속성이 일치하지 않으면 예외가 발생합니다.