Azavea.NijPredictivePolicing.Common.Data.CommaSeparatedValueWriter.SetTablename C# (CSharp) Méthode

SetTablename() public méthode

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
Résultat void
        public void SetTablename(string tableName)
        {
            //_tablename = tableName;
        }