Member Junction
Preparing search index...
@memberjunction/codegen-lib
EntityFieldChange
Interface EntityFieldChange
interface
EntityFieldChange
{
entityID
:
string
;
entityName
:
string
;
fieldID
:
string
;
fieldName
:
string
;
reasons
:
(
|
"AllowUpdateAPI"
|
"Type"
|
"AllowsNull"
|
"IsPrimaryKey"
|
"Description"
|
"Length"
|
"Precision"
|
"Scale"
|
"DefaultValue"
|
"AutoIncrement"
|
"IsVirtual"
|
"IsComputed"
|
"RelatedEntityID"
|
"RelatedEntityFieldName"
|
"IsUnique"
)
[]
;
}
Index
Properties
entity
ID
entity
Name
field
ID
field
Name
reasons
Properties
entity
ID
entityID
:
string
entity
Name
entityName
:
string
field
ID
fieldID
:
string
field
Name
fieldName
:
string
reasons
reasons
:
(
|
"AllowUpdateAPI"
|
"Type"
|
"AllowsNull"
|
"IsPrimaryKey"
|
"Description"
|
"Length"
|
"Precision"
|
"Scale"
|
"DefaultValue"
|
"AutoIncrement"
|
"IsVirtual"
|
"IsComputed"
|
"RelatedEntityID"
|
"RelatedEntityFieldName"
|
"IsUnique"
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity
ID
entity
Name
field
ID
field
Name
reasons
Member Junction
Loading...