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.GetValue

[To be supplied.]

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

Parameters

component
[To be supplied.]

See Also

DataRowViewRelationDescriptor Class | DataRowViewRelationDescriptor Members | System.Data Namespace