NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRowViewRelationDescriptor.CanResetValue

[To be supplied.]

[Visual Basic]
Overrides Public Function CanResetValue( _
   ByVal component As Object _
) As Boolean
[C#]
public override bool CanResetValue(
   object component
);
[C++]
public: override bool CanResetValue(
   Object* component
);
[JScript]
public override function CanResetValue(
   component : Object
) : Boolean;

Parameters

component
[To be supplied.]

See Also

DataRowViewRelationDescriptor Class | DataRowViewRelationDescriptor Members | System.Data Namespace