System.Data.DataTable.UpdatePropertyDescriptorCollectionCache C# (CSharp) Method

UpdatePropertyDescriptorCollectionCache() private method

private UpdatePropertyDescriptorCollectionCache ( ) : void
return void
        internal void UpdatePropertyDescriptorCollectionCache()
        {
            _propertyDescriptorCollectionCache = null;
        }

Usage Example

Example #1
0
 internal void OnRelationPropertyChanged(CollectionChangeEventArgs ccevent)
 {
     if (!_fParentCollection)
     {
         _table.UpdatePropertyDescriptorCollectionCache();
     }
     RelationPropertyChanged?.Invoke(this, ccevent);
 }
All Usage Examples Of System.Data.DataTable::UpdatePropertyDescriptorCollectionCache
DataTable