System.Data.DataTextReader.MoveToAttribute C# (CSharp) Method

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool
        public override bool MoveToAttribute(string name)
        {
            return _xmlreader.MoveToAttribute(name);
        }

Same methods

DataTextReader::MoveToAttribute ( string localName, string namespaceURI ) : bool
DataTextReader::MoveToAttribute ( int i ) : void