DataTable.GetDataStructure C# (CSharp) Метод

GetDataStructure() публичный Метод

public GetDataStructure ( ) : string
Результат string
      public string GetDataStructure()
        // Desired: Static or Type method:
        // return (T.GetDataStructure());
        // Required: Instantiate a new class:
        return (new T().GetDataStructure());
      }

Same methods

DataTable::GetDataStructure ( )