/ Assembly List / LJCSQLUtilLib / LJCMetadata

Namespace - LJCSQLUtilLib


Syntax

C#
public class LJCMetadata

Contains Metadata helper methods.

Public Methods
#ctor Initializes an object instance.
GetCreateColumnSql Creates and returns the Column Definitions SQL for the Create Table SQL statement from the Metadata.
GetCreateTableSql Builds and returns the Create Table SQL statement with the specified Metadata columns.
GetCreateTableSql Builds and returns the Create Table SQL statement from the Metadata.
GetForeignKeyConstraintSql Creates and returns the Foreign Key Constraing SQL for the foreign keys.
GetPrimaryKeyConstraintSql Creates and returns the Primary Key Constraint SQL for the Create Table SQL statement from the Metadata.
GetRemakeTableScript Remake table with new column names and/or column sequences.
GetSqlDbTypeName Get the .NET to SQL data type names.
LoadSchemaForeignKeys Loads a collection of Foreign Key data records.
LoadSchemaPrimaryKeys Loads a collection of Primary Key data records.
SaveMdColumn Saves the MD Column from the DbColumn object.
SaveMdKey Saves the MD Key from the ForeignKey object.
SaveMdTable Saves the MD Table from the table name.
UpdateMetadataFromSchema Creates/Updates the Metadata from the Schema data.
14 Methods

Private Methods
InitializeData Configures the controls and loads the selection control data.
1 Methods

Properties
ForeignKeyManager Gets or sets the ForeignKeyManager value.
MdColumnManager Gets or sets the MdColumnManager value.
MdKeyManager Gets or sets the MdKeyManager value.
MdTableManager Gets or sets the MdTableManager value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.