ISystemUtility.DefaultTypeReflector Property
Gets the TypeReflector instance that should be used with this SystemUtility by default.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property DefaultTypeReflector As ITypeReflector
Get
'Usage
Dim instance As ISystemUtility
Dim value As ITypeReflector
value = instance.DefaultTypeReflector
ITypeReflector DefaultTypeReflector { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.ITypeReflector
The TypeReflector instance.
Remarks
This property returns null if the BDC default TypeReflector is to be used.
Examples
Code Snippet: Implementing a Custom Connector