IParameter.TypeReflector Property
Gets the TypeReflector that corresponds to this parameter.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property TypeReflector As ITypeReflector
Get
'Usage
Dim instance As IParameter
Dim value As ITypeReflector
value = instance.TypeReflector
ITypeReflector TypeReflector { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.ITypeReflector
The TypeReflector.
Remarks
When working with an instance of this parameter, the TypeReflector obtained from this property should be used to access the data structures.