ArcDataBinding.FieldPropertyDescriptor.ShouldSerializeValue C# (CSharp) Method

ShouldSerializeValue() public method

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
public ShouldSerializeValue ( object component ) : bool
component object The component (an IRow) with the property to be examined for /// persistence.
return bool
    public override bool ShouldSerializeValue(object component)
    {
      return false;
    } 
    #endregion Public Overrides