ClassMetaUDT
Definition
Namespace:Telerik.OpenAccess.Metadata.Relational
Assembly:Telerik.OpenAccess.dll
Syntax:
public class MetaUDT : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, IDataColumn
Inheritance: objectMetaItemMetaScopedItemMetaUDT
Implements:
Inherited Members
Constructors
MetaUDT(string, string, string, string, int?, int?, object)
Declaration
public MetaUDT(string name, string schemaName, string fullName, string baseSqlType, int? length, int? scale, object defaultVal)
Parameters
name
string
schemaName
string
fullName
string
baseSqlType
string
length
int?
scale
int?
defaultVal
object
MetaUDT(string, string, string, string, int?, int?, object, bool, string, string)
Declaration
public MetaUDT(string name, string schemaName, string fullName, string baseSqlType, int? length, int? scale, object defaultVal, bool isAssemblyType, string assemblyQualifiedName, string description)
Parameters
name
string
schemaName
string
fullName
string
baseSqlType
string
length
int?
scale
int?
defaultVal
object
isAssemblyType
bool
assemblyQualifiedName
string
description
string
Properties
AssemblyQualifiedName
Declaration
public string AssemblyQualifiedName { get; }
Property Value
string
BaseSqlType
Declaration
public string BaseSqlType { get; }
Property Value
string
ConverterName
Declaration
public string ConverterName { get; set; }
Property Value
string
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
object
FullName
Declaration
public string FullName { get; }
Property Value
string
IsAssemblyType
Declaration
public bool IsAssemblyType { get; }
Property Value
bool
IsNullable
Declaration
public bool? IsNullable { get; }
Property Value
bool?
Implements
Length
Declaration
public int? Length { get; }
Property Value
int?
Scale
Declaration
public int? Scale { get; }
Property Value
int?
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
key
Returns
Overrides
CompareCore(object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
otherItem
object
Returns
int
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
key
Returns
Z
Overrides