TechTalk Genome v4.2

Char Type Modifiers

Corresponding CLR Types

char, NullableChar

Corresponding Microsoft SQL Server Types

char(1), nchar(1)

Corresponding Oracle Types

char(1), nchar(1)

Modifiers

Attribute Name Possible Values Default Value Description
Unicode true, false Depends on the string encoding specified for the schema in <StringEncoding> element . Specifies if the encoding of the value is Unicode. The Unicode setting generates nchar(1) type instead of char in Microsoft SQL Server and in Oracle.

Requirements

Type: TechTalk.Genome.Schema.Builder.Xml.UnicodeXmlData

Assembly: TechTalk.Genome.dll

Version: 4.2.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 9i Release 2, Oracle 10g Release 2

See Also

Database Type Modifiers | <StringEncoding> Element | Data types in OQL