Determines if this object supports properties. By default, this is false.
[Visual Basic] Overrides Public Function GetPropertiesSupported( _ ByVal context As ITypeDescriptorContext _ ) As Boolean [C#] public override bool GetPropertiesSupported( ITypeDescriptorContext context ); [C++] public: override bool GetPropertiesSupported( ITypeDescriptorContext* context ); [JScript] public override function GetPropertiesSupported( context : ITypeDescriptorContext ) : Boolean;
Returns true if GetProperties should be called to find the properties of this object.
DataColumnMappingConverter Class | DataColumnMappingConverter Members | System.Data.Internal Namespace