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!

DataColumnMappings.RemoveAt

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub RemoveAt(String)
[C#] public void RemoveAt(String);
[C++] public: void RemoveAt(String*);
[JScript] public function RemoveAt(String);

[To be supplied.]

[Visual Basic] Overloads Public Sub RemoveAt(Integer)
[C#] public void RemoveAt(int);
[C++] public: void RemoveAt(int);
[JScript] public function RemoveAt(int);

See Also

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