4D v18dataClassAttribute.kind |
|||||||||||||||||||||||||||||||||||||||||||||||
|
4D v18
dataClassAttribute.kind
|
引数 | 型 | 説明 | ||||||
dataClassAttribute.kind | 文字 |
![]() |
属性の種類 | |||||
dataClassAttribute.kind プロパティは属性のカテゴリーを返します。以下のいづれかの値が返されます:
以下のテーブルとリレーションがある場合を考えます:
C_TEXT($attKind)
$attKind:=ds.Employee.lastname.kind //$attKind="storage"
$attKind:=ds.Employee.manager.kind //$attKind="relatedEntity"
$attKind:=ds.Employee.directReports.kind //$attKind="relatedEntities"
dataClassAttribute.name
dataClassAttribute.relatedDataClass
dataClassAttribute.type
プロダクト: 4D
テーマ: ORDA - データクラス属性
初出: 4D v17
ランゲージリファレンス ( 4D v18)