Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

NameGenerationOptions Enumeration

Language options needed for code generation scenarios.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public enum NameGenerationOptions
Public Enumeration NameGenerationOptions
public enum class NameGenerationOptions

Members


Member nameDescription
None No options
CSharp Use C# type names
VisualBasic Use Visual Basic type names
FSharp Use F# type names
AssumeNullable If the column's nullability is unknown, assume that it is nullable.
NullableReferenceTypes Use the nullable reference types option from C# 8.
ForceNullable Treat the type as nullable even if the column/parameter isn't nullable.
ForceNonNullable Treat the type as non-nullable even if the column/parameter isn't nullable.