Shunde.NET Framework Class Library

DBCreation.GetCreateTable Method 

Creates SQL Code to create a Table for the given type

public static string GetCreateTable(
   Type type,
   List<T> checker,
   Boolean tableAlreadyExists
);

Remarks

Pass a list of already-created Table names into checker to make sure that no duplicate tables are being created

See Also

DBCreation Class | Shunde.Utilities Namespace