SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Static Public Member Functions | List of all members
PiCon.SQL.SQLDeclExtent Class Reference

Extra Attributes information for the creation of the tables More...

Static Public Member Functions

static string SQLDeclAtrributes (TableMapping.Column p, string decl)
 Transformation of c# Atrrribtues in SQL options like: Foreign keys options, Primary Keys options, Not all options are present, for the other options see the appropriate SQL documentation More...
 
static string ForeignKeyFullString (TableMapping.Column column)
 Get the Fullname of the Attribute - ForeignKey More...
 

Detailed Description

Extra Attributes information for the creation of the tables

Member Function Documentation

◆ ForeignKeyFullString()

static string PiCon.SQL.SQLDeclExtent.ForeignKeyFullString ( TableMapping.Column  column)
static

Get the Fullname of the Attribute - ForeignKey

Parameters
column
Returns

◆ SQLDeclAtrributes()

static string PiCon.SQL.SQLDeclExtent.SQLDeclAtrributes ( TableMapping.Column  p,
string  decl 
)
static

Transformation of c# Atrrribtues in SQL options like: Foreign keys options, Primary Keys options, Not all options are present, for the other options see the appropriate SQL documentation

Parameters
p
decl
Returns

The documentation for this class was generated from the following file: