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!

DataColumnMapping.Parent

get the paret column mappings collection

[Visual Basic]
Public ReadOnly Property Parent As DataColumnMappings
[C#]
public DataColumnMappings Parent {get;}
[C++]
public: __property DataColumnMappings* get_Parent();
[JScript]
public function get Parent() : DataColumnMappings;

See Also

DataColumnMapping Class | DataColumnMapping Members | System.Data.Internal Namespace