Add the given schemas into the schema collection. If the given schema references other namespaces, the schemas for those other namespaces are NOT automatically loaded
[Visual Basic] Overloads Public Sub Add( _ ByVal namespaceURI As String, _ ByVal nav As IDataNavigator _ ) [C#] public void Add( string namespaceURI, IDataNavigator nav ); [C++] public: void Add( String* namespaceURI, IDataNavigator* nav ); [JScript] public function Add( namespaceURI : String, nav : IDataNavigator );
XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace | XmlSchemaCollection.Add Overload List