Class NonInteligentGDIDKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Data.Modeling.DataTypes
Assembly: Azos.dll
Syntax
public class NonInteligentGDIDKey : NonInteligentKey, INamed, IConfigurable
Constructors
NonInteligentGDIDKey()
Declaration
public NonInteligentGDIDKey()
NonInteligentGDIDKey(Boolean)
Declaration
public NonInteligentGDIDKey(bool required)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | required |
Fields
Required
Declaration
[Config]
public bool Required
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
GetColumnRequirement(RDBMSCompiler)
Declaration
public override bool? GetColumnRequirement(RDBMSCompiler compiler)
Parameters
Type | Name | Description |
---|---|---|
RDBMSCompiler | compiler |
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Overrides
GetTypeName(RDBMSCompiler)
Declaration
public override string GetTypeName(RDBMSCompiler compiler)
Parameters
Type | Name | Description |
---|---|---|
RDBMSCompiler | compiler |
Returns
Type | Description |
---|---|
System.String |