ModelStore.DeserializeExternalProperty Method

Returns the value of an external property by using the provided XML reader and property metadata object.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function DeserializeExternalProperty ( _
    reader As XmlReader, _
    propertyClass As ModelPropertyClass _
) As Object
protected virtual Object DeserializeExternalProperty(
    XmlReader reader,
    ModelPropertyClass propertyClass
)
protected:
virtual Object^ DeserializeExternalProperty(
    XmlReader^ reader, 
    ModelPropertyClass^ propertyClass
)
abstract DeserializeExternalProperty : 
        reader:XmlReader * 
        propertyClass:ModelPropertyClass -> Object 
override DeserializeExternalProperty : 
        reader:XmlReader * 
        propertyClass:ModelPropertyClass -> Object 
protected function DeserializeExternalProperty(
    reader : XmlReader, 
    propertyClass : ModelPropertyClass
) : Object

Parameters

Return Value

Type: System.Object
An object that represents the value of the external property.

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelPropertyClass