다음을 통해 공유


SerializationExtensionMethods.GetNamespacePrefixMappings(IEdmModel) 메서드

정의

IEdmModel에서 xml 네임스페이스에 대한 기본 접두사 매핑을 가져옵니다.

public static System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> GetNamespacePrefixMappings (this Microsoft.OData.Edm.IEdmModel model);
static member GetNamespacePrefixMappings : Microsoft.OData.Edm.IEdmModel -> seq<System.Collections.Generic.KeyValuePair<string, string>>
<Extension()>
Public Function GetNamespacePrefixMappings (model As IEdmModel) As IEnumerable(Of KeyValuePair(Of String, String))

매개 변수

model
IEdmModel

호출하는 개체에 대한 참조입니다.

반환

모델에 있는 네임스페이스 접두사입니다.

적용 대상