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!

DataTableMapping.Parent

[get] the parent TableMapping collection

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

Property Value

get the parent TableMapping collection

See Also

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