Class DefaultTypeMapping
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class DefaultTypeMapping : MetaItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
DefaultTypeMapping()
Declaration
public DefaultTypeMapping()
Properties
AdoType
Backend
Declaration
public string Backend { get; set; }
Property Value
System.
|
ClrType
Declaration
public string ClrType { get; set; }
Property Value
System.
|
ConverterFactory
Declaration
public string ConverterFactory { get; set; }
Property Value
System.
|
Enabled
Declaration
public bool? Enabled { get; set; }
Property Value
System.
|
Equality
Declaration
public bool? Equality { get; set; }
Property Value
System.
|
IsNullable
Declaration
public bool? IsNullable { get; set; }
Property Value
System.
|
Length
Declaration
public int? Length { get; set; }
Property Value
System.
|
Scale
Declaration
public int? Scale { get; set; }
Property Value
System.
|
SqlType
Declaration
public string SqlType { get; set; }
Property Value
System.
|
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
Returns
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
System.
|
Returns
System.
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
Returns
Z
|
Type Parameters
Z
|