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!

DBDataReader.indexMap

[To be supplied.]

[Visual Basic]
Protected indexMap() As Integer
[C#]
protected int[] indexMap;
[C++]
protected: int* indexMap[];
[JScript]
protected var indexMap : int[];

See Also

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