Mini SQL Query Extensibility Documentation
ToDDLValue Method
NamespacesMiniSqlQuery.Core.DbModelDbModelTypeToDDLValue()()()
Renders this DbModelType as basic DDL base on the contents of Value (assumes nullable).
Declaration Syntax
C#Visual BasicVisual C++
public string ToDDLValue()
Public Function ToDDLValue As String
public:
String^ ToDDLValue()
Return Value
An SQL string representing the Value acording to the database type (assumes nullable).

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)