Beispiel #1
0
 /// <summary>
 /// Specifies the input data source format.
 /// </summary>
 public DataFrameReader Format(string source)
 {
     dataFrameReaderProxy.Format(source);
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// Specifies the input data source format.
 /// </summary>
 public DataFrameReader Format(string source)
 {
     logger.LogInfo("Input data source format for the reader is '{0}'", source);
     dataFrameReaderProxy.Format(source);
     return(this);
 }