Class MetaUDT
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaUDT : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable, IDataColumn
Constructors
MetaUDT(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Object)
Declaration
public MetaUDT(string name, string schemaName, string fullName, string baseSqlType, int? length, int? scale, object defaultVal)
Parameters
|
System.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.String
baseSqlType
|
|
System.Nullable<System.Int32>
length
|
|
System.Nullable<System.Int32>
scale
|
|
System.Object
defaultVal
|
MetaUDT(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Object, Boolean, 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
|
System.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.String
baseSqlType
|
|
System.Nullable<System.Int32>
length
|
|
System.Nullable<System.Int32>
scale
|
|
System.Object
defaultVal
|
|
System.Boolean
isAssemblyType
|
|
System.String
assemblyQualifiedName
|
|
System.String
description
|
Properties
AssemblyQualifiedName
Declaration
public string AssemblyQualifiedName { get; }
Property Value
|
System.String
|
BaseSqlType
Declaration
public string BaseSqlType { get; }
Property Value
|
System.String
|
ConverterName
Declaration
public string ConverterName { get; set; }
Property Value
|
System.String
|
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
|
System.Object
|
FullName
Declaration
public string FullName { get; }
Property Value
|
System.String
|
IsAssemblyType
Declaration
public bool IsAssemblyType { get; }
Property Value
|
System.Boolean
|
IsNullable
Declaration
public bool? IsNullable { get; }
Property Value
|
System.Nullable<System.Boolean>
|
Implements
Length
Declaration
public int? Length { get; }
Property Value
|
System.Nullable<System.Int32>
|
Scale
Declaration
public int? Scale { get; }
Property Value
|
System.Nullable<System.Int32>
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
IMetaItemAttribute
|
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
|
System.Object
otherItem
|
Returns
|
System.Int32
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
|
MetadataConstants
key
|
Returns
|
Z
|
Type Parameters
|
Z
|
Overrides
Explicit Interface Implementations
IDataColumn.AssemblyQualifiedName
Declaration
string IDataColumn.AssemblyQualifiedName { get; }
Returns
|
System.String
|
Implements
IDataColumn.IsBackendCalculated
Declaration
bool IDataColumn.IsBackendCalculated { get; }
Returns
|
System.Boolean
|
Implements
IDataColumn.IsPrimaryKey
Declaration
bool IDataColumn.IsPrimaryKey { get; }
Returns
|
System.Boolean
|
Implements
IDataColumn.ResolvedLength
Declaration
int? IDataColumn.ResolvedLength { get; }
Returns
|
System.Nullable<System.Int32>
|
Implements
IDataColumn.ResolvedScale
Declaration
int? IDataColumn.ResolvedScale { get; }
Returns
|
System.Nullable<System.Int32>
|
Implements
IDataColumn.ResolvedSqlType
Declaration
string IDataColumn.ResolvedSqlType { get; }
Returns
|
System.String
|
Implements
IDataColumn.UDTName
Declaration
string IDataColumn.UDTName { get; }
Returns
|
System.String
|