Azavea.NijPredictivePolicing.Common.Data.CommaSeparatedValueWriter.SetTablename C# (CSharp) Method

SetTablename() public method

changes the currently active table, does nothing for this type of file, since it only contains one table.
public SetTablename ( string tableName ) : void
tableName string
return void
        public void SetTablename(string tableName)
        {
            //_tablename = tableName;
        }