Shunde.NET Framework Class Library

DBCreation Class

A class for creating database tables for DBObjects

For a list of all members of this type, see DBCreation Members.

System.Object
   DBCreation

public class DBCreation

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class creates SQL Code to create database tables and views, along with foreign key constraints etc, by using the information in the ObjectInfo class for a given type.

Requirements

Namespace: Shunde.Utilities

Assembly: Shunde (in Shunde.dll)

See Also

DBCreation Members | Shunde.Utilities Namespace