QuickObjects.ObjectBase Send comments on this topic.
DatabaseStorageType Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > XmlDocumentField Class : DatabaseStorageType Property

DatabaseStorageType

It holds a XmlFieldStorageTypes value that is used to indicate the underlying column's type in the database.

The only two values can be set in this property are XmlFieldStorageTypes.String and XmlFieldStorageTypes.Xml.

Syntax

C# 
public XmlFieldStorageTypes DatabaseStorageType {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also