MetaColumnMetaTable Property |
Current MetaTable of the column
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public MetaTable MetaTable { get; set; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public Property MetaTable As MetaTable
Get
Set
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property MetaTable^ MetaTable {
MetaTable^ get ();
void set (MetaTable^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member MetaTable : MetaTable with get, set
Property Value
Type:
MetaTable
See Also