Calyptus.Lob.TextReaderClob.ClobReader.ReadLine C# (CSharp) Method

ReadLine() public method

public ReadLine ( ) : string
return string
			public override string ReadLine()
			{
				ThrowClosed();
				clob.needRestart = true;
				return clob.reader.ReadLine();
			}