Mini SQL Query Extensibility Documentation
ToDDLValue Method (nullable)
NamespacesMiniSqlQuery.Core.DbModelDbModelTypeToDDLValue(Boolean)
Renders this DbModelType as basic DDL base on the contents of Value.
Declaration Syntax
C#Visual BasicVisual C++
public string ToDDLValue(
	bool nullable
)
Public Function ToDDLValue ( _
	nullable As Boolean _
) As String
public:
String^ ToDDLValue(
	bool nullable
)
Parameters
nullable (Boolean)
A boolean value indicating the nullability of the column.
Return Value
An SQL string representing the Value acording to the database type.
Remarks
If a column is "not null" and the Value is null, in the furure this method will attampt to return a default value rather than throwing an exception etc.

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