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!

Constraint.Table

Gets the DataTable to which the constraint applies.

[Visual Basic]
MustOverride Public ReadOnly Property Table As DataTable
[C#]
public DataTable Table {abstract get;}
[C++]
public: __property virtual DataTable* get_Table() = 0;
[JScript]
public abstract function get Table() : DataTable;

Property Value

A DataTable to which the constraint applies.

See Also

Constraint Class | Constraint Members | System.Data Namespace