This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
DataKey.Table
[To be supplied.]
[Visual Basic]
Overridable Public ReadOnly Property Table As DataTable
[C#]
public DataTable Table {virtual get;}
[C++]
public: __property virtual DataTable* get_Table();
[JScript]
public function get Table() : DataTable;