1 write to _tableRelationshipDetails
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (1)
30
this.
_tableRelationshipDetails
= ((RelationshipDetailsCollection)(base.Table));
59 references to _tableRelationshipDetails
System.Data.Entity.Design (59)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (59)
40
return
_tableRelationshipDetails
;
53
return ((string)(this[this.
_tableRelationshipDetails
.PKCatalogColumn]));
57
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.PKCatalogColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
62
this[this.
_tableRelationshipDetails
.PKCatalogColumn] = value;
75
return ((string)(this[this.
_tableRelationshipDetails
.PKSchemaColumn]));
79
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.PKSchemaColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
84
this[this.
_tableRelationshipDetails
.PKSchemaColumn] = value;
97
return ((string)(this[this.
_tableRelationshipDetails
.PKTableColumn]));
101
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.PKTableColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
106
this[this.
_tableRelationshipDetails
.PKTableColumn] = value;
119
return ((string)(this[this.
_tableRelationshipDetails
.PKColumnColumn]));
123
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.PKColumnColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
128
this[this.
_tableRelationshipDetails
.PKColumnColumn] = value;
141
return ((string)(this[this.
_tableRelationshipDetails
.FKCatalogColumn]));
145
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.FKCatalogColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
150
this[this.
_tableRelationshipDetails
.FKCatalogColumn] = value;
163
return ((string)(this[this.
_tableRelationshipDetails
.FKSchemaColumn]));
167
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.FKSchemaColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
172
this[this.
_tableRelationshipDetails
.FKSchemaColumn] = value;
185
return ((string)(this[this.
_tableRelationshipDetails
.FKTableColumn]));
189
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.FKTableColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
194
this[this.
_tableRelationshipDetails
.FKTableColumn] = value;
207
return ((string)(this[this.
_tableRelationshipDetails
.FKColumnColumn]));
211
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.FKColumnColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
216
this[this.
_tableRelationshipDetails
.FKColumnColumn] = value;
229
return ((int)(this[this.
_tableRelationshipDetails
.OrdinalColumn]));
233
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.OrdinalColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
238
this[this.
_tableRelationshipDetails
.OrdinalColumn] = value;
251
return ((string)(this[this.
_tableRelationshipDetails
.RelationshipNameColumn]));
255
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.RelationshipNameColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
260
this[this.
_tableRelationshipDetails
.RelationshipNameColumn] = value;
273
return ((string)(this[this.
_tableRelationshipDetails
.RelationshipIdColumn]));
277
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.RelationshipIdColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
282
this[this.
_tableRelationshipDetails
.RelationshipIdColumn] = value;
294
return ((bool)(this[this.
_tableRelationshipDetails
.RelationshipIsCascadeDeleteColumn]));
298
throw EDesignUtil.StonglyTypedAccessToNullValue(
_tableRelationshipDetails
.RelationshipIsCascadeDeleteColumn.ColumnName,
_tableRelationshipDetails
.TableName, e);
303
this[this.
_tableRelationshipDetails
.RelationshipIsCascadeDeleteColumn] = value;
314
return this.IsNull(this.
_tableRelationshipDetails
.PKCatalogColumn);
323
return this.IsNull(this.
_tableRelationshipDetails
.PKSchemaColumn);
332
return this.IsNull(this.
_tableRelationshipDetails
.PKTableColumn);
341
return this.IsNull(this.
_tableRelationshipDetails
.PKColumnColumn);
350
return this.IsNull(this.
_tableRelationshipDetails
.FKCatalogColumn);
359
return this.IsNull(this.
_tableRelationshipDetails
.FKSchemaColumn);
368
return this.IsNull(this.
_tableRelationshipDetails
.FKTableColumn);
377
return this.IsNull(this.
_tableRelationshipDetails
.FKColumnColumn);
386
return this.IsNull(this.
_tableRelationshipDetails
.OrdinalColumn);
395
return this.IsNull(this.
_tableRelationshipDetails
.RelationshipNameColumn);