SqfEntityFieldRelationshipBase constructor
SqfEntityFieldRelationshipBase(
- SqfEntityTableBase? table,
- DeleteRule? deleteRule, {
- String? fieldName,
- dynamic defaultValue,
- bool? isPrimaryKeyField,
- dynamic minValue,
- dynamic maxValue,
- String? formDropDownTextField,
- String? formLabelText,
- String? relationshipName,
- RelationType? relationType,
- String? manyToManyTableName,
- SqfEntityTableBase? manyToManyTable,
- int? primaryKeyIndex,
- bool? isNotNull,
- bool? isUnique,
- bool? isIndex,
- int? isIndexGroup,
- String? checkCondition,
- Collate? collate,
Implementation
SqfEntityFieldRelationshipBase(this.table, this.deleteRule, {this.fieldName, this.defaultValue, this.isPrimaryKeyField, this.minValue, this.maxValue, this.formDropDownTextField, this.formLabelText, this.relationshipName, this.relationType, this.manyToManyTableName, this.manyToManyTable, this.primaryKeyIndex, this.isNotNull, this.isUnique, this.isIndex, this.isIndexGroup, this.checkCondition, this.collate}) {
init();
}