DB2®DataReader.GetXmlSchemaCollection(int) Method

Returns an XmlSchemaCollection object of all the schema documents used to validate the given column.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Function GetXmlSchemaCollection( _
   ByVal column As Integer _
) As XmlSchemaCollection
[C#]
public XmlSchemaCollection GetXmlSchemaCollection(
   int column
);
[C++]
public: XmlSchemaCollection* GetXmlSchemaCollection(
   int column
);
[JScript]
public function GetXmlSchemaCollection(
   column : int
) : XmlSchemaCollection;

Parameters

column
The zero-based column ordinal.

Return value

An XmlSchemaCollection object of all the schema documents used to validate the given column.