Shunde.NET Framework Class Library
DBTable Constructor
Creates a new DBTable with the specified Name and columns
public DBTable(
String
name
,
DBColumn[]
columns
);
See Also
DBTable Class
|
Shunde.Framework Namespace