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!

XmlWriter.GetFieldType

[To be supplied.]

[Visual Basic]
Overridable Public Function GetFieldType( _
   ByVal i As Integer _
) As Type
[C#]
public virtual Type GetFieldType(
   int i
);
[C++]
public: virtual Type* GetFieldType(
   int i
);
[JScript]
public function GetFieldType(
   i : int
) : Type;

Parameters

i
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace