Specifies the attributes of a table column value.
Object Model
Syntax
'Declaration
<XmlRootAttribute("Value")>
Public Class ColumnValue
Inherits AbstractScriptableObject
Implements Selerix.Foundation.Data.IModelObject
'Usage
Dim instance As ColumnValue
[XmlRoot("Value")]
public class ColumnValue : AbstractScriptableObject, Selerix.Foundation.Data.IModelObject
public class ColumnValue = class(AbstractScriptableObject, Selerix.Foundation.Data.IModelObject)
XmlRootAttribute("Value")
public class ColumnValue extends AbstractScriptableObject implements Selerix.Foundation.Data.IModelObject
[XmlRoot("Value")]
public __gc class ColumnValue : public AbstractScriptableObject, Selerix.Foundation.Data.IModelObject
[XmlRoot("Value")]
public ref class ColumnValue : public AbstractScriptableObject, Selerix.Foundation.Data.IModelObject
Inheritance Hierarchy
See Also