8 writes to TableName
System.Data (5)
fx\src\data\System\Data\DataTable.cs (1)
5792
this.
TableName
= currentTable.TableName;
fx\src\data\System\Data\DataTableCollection.cs (1)
286
table.
TableName
= AssignName();
fx\src\data\System\Data\DataView.cs (1)
1689
dt.
TableName
= ((null != tableName) ? tableName : this.table.TableName);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
601
dataTable.
TableName
= OleDbSchemaGuid.GetTextFromValue(schema);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
951
_dataTable.
TableName
= commonBaseTable;
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (1)
53
this.
TableName
= "RelationshipDetails";
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
57
this.
TableName
= "TableDetails";
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1155
viewTable.
TableName
= DefaultViewName;
236 references to TableName
System.Data (208)
fx\src\data\System\Data\CodeGen\datacache.cs (14)
132
className = FixIdName(table.
TableName
) + "Row";
173
if ((table.DataSet.Tables.InternalIndexOf(table.
TableName
) == -3) && !conflictingTables.Contains(table.
TableName
)) {
174
conflictingTables.Add(table.
TableName
);
175
errorList.Add(Res.GetString(Res.CodeGen_DuplicateTableName, table.
TableName
));
178
className = FixIdName(table.
TableName
);
190
typedName = FixIdName(table.
TableName
);
240
typedName = "Get" + relation.ChildTable.
TableName
+ "Rows";
338
constructor.BaseConstructorArgs.Add(Str(table.
TableName
));
1071
If(IdNotEQ(Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].
TableName
)),Primitive(null)),
1072
Stm(MethodCall(Property(This(), "Tables"), "Add", New(TableClassName(dataSet.Tables[i]), new CodeExpression[] {Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].
TableName
))})))
1153
initVarsMethod.Statements.Add(Assign(fieldTable, Cast(TableClassName(dataSet.Tables[i]), Indexer(Property(This(),"Tables"),Str(dataSet.Tables[i].
TableName
)))));
1230
If(IdNotEQ(Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].
TableName
)),Primitive(null)),
1231
Stm(MethodCall(Property(This(), "Tables"), "Add", New(TableClassName(dataSet.Tables[i]), new CodeExpression[] {Indexer(Property(Variable("ds"),"Tables"),Str(dataSet.Tables[i].
TableName
))})))
fx\src\data\System\Data\Common\DataColumnMapping.cs (1)
167
throw ADP.ColumnSchemaMissing(dataSetColumn, dataTable.
TableName
, sourceColumn);
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1120
string tableName = dataTable.
TableName
;
fx\src\data\System\Data\Common\DbDataAdapter.cs (8)
333
string srcTableName = dataTable.
TableName
;
602
int index = IndexOfDataSetTable(dataTable.
TableName
);
608
throw ADP.MissingTableMappingDestination(dataTable.
TableName
);
610
tableMapping = new DataTableMapping(dataTable.
TableName
, dataTable.
TableName
);
750
int index = IndexOfDataSetTable(dataTable.
TableName
);
756
throw ADP.MissingTableMappingDestination(dataTable.
TableName
);
758
tableMapping = new DataTableMapping(DbDataAdapter.DefaultSourceTableName, dataTable.
TableName
);
fx\src\data\System\Data\ConstraintCollection.cs (1)
107
throw ExceptionBuilder.CantAddConstraintToMultipleNestedTable(table.
TableName
);
fx\src\data\System\Data\ConstraintConverter.cs (1)
59
return new InstanceDescriptor(ctor, new object[] { constr.ConstraintName, constr.ParentKey.Table.
TableName
, constr.ParentColumnNames,
fx\src\data\System\Data\DataColumnCollection.cs (3)
469
throw ExceptionBuilder.CannotRemoveConstraint(table.Constraints[i].ConstraintName, table.Constraints[i].Table.
TableName
);
478
throw ExceptionBuilder.CannotRemoveConstraint(constraint.ConstraintName, constraint.Table.
TableName
);
817
throw ExceptionBuilder.ColumnNotInTheTable(name, table.
TableName
);
fx\src\data\System\Data\DataException.cs (4)
571
return _InvalidConstraint(Res.GetString(Res.DataConstraint_AddFailed, table.
TableName
));
1103
if (table.
TableName
.Length == 0) {
1107
return _Argument(Res.GetString(Res.DataKey_RemovePrimaryKey1, table.
TableName
));
1219
return _Argument(Res.GetString(Res.DataTable_InConstraint, table.
TableName
, constraint.ConstraintName));
fx\src\data\System\Data\DataRelation.cs (17)
408
throw ExceptionBuilder.InValidNestedRelation(ChildTable.
TableName
);
428
if (String.Compare(ChildTable.
TableName
, ChildTable.DataSet.DataSetName, true, ChildTable.DataSet.Locale) == 0)
429
throw ExceptionBuilder.SelfnestedDatasetConflictingName(ChildTable.
TableName
);
441
throw ExceptionBuilder.LoopInNestedRelations(ChildTable.
TableName
);
494
this.ParentTable.Columns.RegisterColumnName(this.ChildTable.
TableName
, null);
496
this.ParentTable.Columns.UnregisterName(this.ChildTable.
TableName
);
507
if (ChildTable.DataSet != null && ( String.Compare(ChildTable.
TableName
, ChildTable.DataSet.DataSetName, true, ChildTable.DataSet.Locale) == 0) )
536
throw ExceptionBuilder.InvalidParentNamespaceinNestedRelation(ChildTable.
TableName
);
543
throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.
TableName
);
698
DataTable parent = destination.Tables[ParentTable.
TableName
, ParentTable.Namespace];
699
DataTable child = destination.Tables[ChildTable.
TableName
, ChildTable.Namespace];
754
throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.
TableName
);
758
throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.
TableName
);
765
throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.
TableName
);
771
throw ExceptionBuilder.TableCantBeNestedInTwoTables(ChildTable.
TableName
);
784
string generatedname = col.Table.
TableName
+"_Id";
789
generatedname = this.ParentColumnsReference[0].Table.
TableName
+"_Id";
fx\src\data\System\Data\DataRelationCollection.cs (1)
466
relation.ParentTable.Columns.UnregisterName(relation.ChildTable.
TableName
);
fx\src\data\System\Data\DataRow.cs (17)
219
throw ExceptionBuilder.NestedCircular(_table.
TableName
);
294
throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.
TableName
);
432
throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.
TableName
);
580
throw ExceptionBuilder.ColumnNotInTheTable(column.ColumnName, _table.
TableName
);
769
throw ExceptionBuilder.RelationForeignTable(relation.ParentTable.
TableName
, _table.
TableName
);
778
throw ExceptionBuilder.ColumnNotInTheTable(columnName, _table.
TableName
);
811
throw ExceptionBuilder.GetParentRowTableMismatch(relation.ChildTable.
TableName
, _table.
TableName
);
874
throw ExceptionBuilder.GetParentRowTableMismatch(relation.ChildTable.
TableName
, _table.
TableName
);
1214
throw ExceptionBuilder.SetParentRowTableMismatch(relation.ChildKey.Table.
TableName
, _table.
TableName
);
1217
throw ExceptionBuilder.SetParentRowTableMismatch(relation.ParentKey.Table.
TableName
, parentRow._table.
TableName
);
1238
throw ExceptionBuilder.SetParentRowTableMismatch(relation.ChildKey.Table.
TableName
, _table.
TableName
);
fx\src\data\System\Data\DataRowCollection.cs (1)
81
throw ExceptionBuilder.RowInsertTwice(pos, table.
TableName
);
fx\src\data\System\Data\DataRowView.cs (1)
98
throw ExceptionBuilder.PropertyNotFound(property, dataView.Table.
TableName
);
fx\src\data\System\Data\DataSet.cs (8)
686
if (Tables.Contains(dt.
TableName
, value, false, true))
687
throw ExceptionBuilder.DuplicateTableName2(dt.
TableName
, value);
1163
ds.Tables[table.
TableName
, table.Namespace].Columns[col.ColumnName].Expression = col.Expression;
1191
DataTable destTable = dsNew.Tables[table.
TableName
, table.Namespace];
1210
Int32 rowBytes = (Tables[i].
TableName
.Length + 4) << 2;
1285
DataTable destTable = dsNew.Tables[table.
TableName
, table.Namespace];
2279
throw ExceptionBuilder.RowInsertMissing(t.
TableName
);
3399
throw ExceptionBuilder.TableNotInTheDataSet(dt.
TableName
);
fx\src\data\System\Data\DataTable.cs (17)
319
info.AddValue("DataTable.TableName",
TableName
);
1690
rel.ParentTable.Columns.UnregisterName(this.
TableName
);
1719
encodedTblName = XmlConvert.EncodeLocalName( this.
TableName
);
1784
if (dataSet.Tables.Contains( this.
TableName
, realNamespace, true, true))
1785
throw ExceptionBuilder.DuplicateTableName2(this.
TableName
, realNamespace);
1808
if (dataSet.Tables.Contains( childTable.
TableName
, realNamespace, false, true))
1809
throw ExceptionBuilder.DuplicateTableName2(this.
TableName
, realNamespace);
1836
throw ExceptionBuilder.InValidNestedRelation(this.
TableName
);
2180
DataTable destinationTable = ds.Tables[sourceTable.
TableName
, sourceTable.Namespace];
4116
/// <para>Returns the <see cref='System.Data.DataTable.
TableName
'/> and <see cref='System.Data.DataTable.DisplayExpression'/>, if there is one as a concatenated string.</para>
4120
return this.
TableName
;
4122
return this.
TableName
+ " + " + this.DisplayExpressionInternal;
4343
string keyName = XMLSchema.GenUniqueColumnName(
TableName
+ "_Id", this);
5643
throw ExceptionBuilder.RowInsertMissing(newDt.
TableName
);
5791
if (Common.ADP.IsEmpty(this.
TableName
)) {
5792
this.TableName = currentTable.
TableName
;
5854
this.DataSet.Tables[tempTable.
TableName
, tempTable.Namespace].Columns[dc.ColumnName].Expression = dc.Expression;
fx\src\data\System\Data\DataTableClearEvent.cs (1)
29
return dataTable.
TableName
;
fx\src\data\System\Data\DataTableCollection.cs (14)
115
if (table.
TableName
== name && table.Namespace == ns)
128
if (table.
TableName
== name) {
285
if (table.
TableName
.Length == 0)
288
if (NamesEqual(table.
TableName
, dataSet.DataSetName, false, dataSet.Locale) != 0 && !table.fNestedInDataset)
290
RegisterName(table.
TableName
, table.Namespace);
348
UnregisterName(table.
TableName
);
383
throw ExceptionBuilder.TableNotInTheDataSet(table.
TableName
);
482
if (NamesEqual(table.
TableName
, name, true, dataSet.Locale) == 1 && (ns == tableNamespace))
496
if (NamesEqual(table.
TableName
, name, true, dataSet.Locale) == 1 )
574
result = NamesEqual(table.
TableName
, tableName, false, dataSet.Locale);
581
if (NamesEqual(dupTable.
TableName
, tableName, false, dataSet.Locale) == 1)
606
result = NamesEqual(table.
TableName
, tableName, false, dataSet.Locale);
674
if (NamesEqual(name, table.
TableName
, true, locale) != 0 && (tbNamespace == table.Namespace)) {
675
throw ExceptionBuilder.DuplicateTableName(((DataTable) _list[i]).
TableName
);
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (1)
24
internal DataTablePropertyDescriptor(DataTable dataTable) : base(dataTable.
TableName
, null) {
fx\src\data\System\Data\DataTableReader.cs (11)
249
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
267
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
543
throw ExceptionBuilder.ColumnNotInTheTable(name, currentDataTable.
TableName
);
639
BaseTableName.DefaultValue = table.
TableName
;
738
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
741
throw ExceptionBuilder.DataTableReaderSchemaIsInvalid(currentDataTable.
TableName
); // may be we can use better error message!
749
throw ExceptionBuilder.EmptyDataTableReader(currentDataTable.
TableName
);
754
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
762
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
771
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
775
throw ExceptionBuilder.InvalidDataTableReader(currentDataTable.
TableName
);
fx\src\data\System\Data\DataView.cs (5)
556
if (value != null && value.
TableName
.Length == 0)
1219
return table.
TableName
;
1226
return foundTable.
TableName
;
1689
dt.TableName = ((null != tableName) ? tableName : this.table.
TableName
);
1707
throw ExceptionBuilder.ColumnNotInTheUnderlyingTable(columnNames[i], Table.
TableName
);
fx\src\data\System\Data\DataViewManager.cs (1)
315
return table.
TableName
;
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
90
throw ExprException.UnresolvedRelation(table.
TableName
, this.ToString());
fx\src\data\System\Data\Filter\LookupNode.cs (1)
45
throw ExprException.UnresolvedRelation(table.
TableName
, this.ToString());
fx\src\data\System\Data\ForeignKeyConstraint.cs (6)
453
throw ExceptionBuilder.FailedClearParentTable(table.
TableName
, ConstraintName, Table.
TableName
);
617
iDest = destination.Tables.IndexOf(Table.
TableName
);
620
iDest = destination.Tables.IndexOf(Table.
TableName
, Table.Namespace, false); // pass false for last param
628
iDest = destination.Tables.IndexOf(RelatedTable.
TableName
);
631
iDest = destination.Tables.IndexOf(RelatedTable.
TableName
, RelatedTable.Namespace, false);// pass false for last param
fx\src\data\System\Data\Merger.cs (14)
88
targetTable = dataSet.Tables[sourceTable.
TableName
];
91
targetTable = dataSet.Tables[sourceTable.
TableName
, sourceTable.Namespace];// we know that target table wont be null since MissingSchemaAction is Add , we have already added it!
142
dt = dataSet.Tables[src.
TableName
];
145
dt = dataSet.Tables[src.
TableName
, src.Namespace];
274
if (dataSet.Tables.Contains(table.
TableName
, true))
276
targetTable = dataSet.Tables[table.
TableName
];
279
targetTable = dataSet.Tables[table.
TableName
, table.Namespace];
294
throw ExceptionBuilder.MergeMissingDefinition(table.
TableName
);
311
dataSet.RaiseMergeFailed(targetTable, Res.GetString(Res.DataMerge_MissingColumnDefinition, table.
TableName
, src.ColumnName), missingSchemaAction);
313
throw ExceptionBuilder.MergeFailed(Res.GetString(Res.DataMerge_MissingColumnDefinition, table.
TableName
, src.ColumnName));
483
parent = dataSet.Tables[relation.ParentTable.
TableName
];
486
parent = dataSet.Tables[relation.ParentTable.
TableName
, relation.ParentTable.Namespace];
492
child = dataSet.Tables[relation.ChildTable.
TableName
];
495
child = dataSet.Tables[relation.ChildTable.
TableName
,relation.ChildTable.Namespace];
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
87
if ((sourceTable == null) || (collectionName != sourceTable.
TableName
)) {
315
Debug.Assert(dataSourceInfoTable.
TableName
== DbMetaDataCollectionNames.DataSourceInformation);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (8)
100
int index = _adapter.IndexOfDataSetTable(_dataTable.
TableName
);
107
_tableMapping = new DataTableMapping(_dataTable.
TableName
, _dataTable.
TableName
);
113
throw ADP.MissingTableMappingDestination(_dataTable.
TableName
);
127
int index = _adapter.IndexOfDataSetTable(_dataTable.
TableName
); // MDAC 66034
132
_tableMapping = new DataTableMapping(_dataTable.
TableName
, _dataTable.
TableName
);
950
if (!commonFromMultiTable && !ADP.IsEmpty(commonBaseTable) && ADP.IsEmpty(_dataTable.
TableName
)) {
fx\src\data\System\Data\RelationshipConverter.cs (4)
58
values = new object[] { rel.RelationName, rel.ParentKey.Table.
TableName
, rel.ChildKey.Table.
TableName
,rel.ParentColumnNames, rel.ChildColumnNames, rel.Nested };
65
values = new object[] { rel.RelationName, rel.ParentKey.Table.
TableName
, rel.ParentKey.Table.Namespace, rel.ChildKey.Table.
TableName
,
fx\src\data\System\Data\UniqueConstraint.cs (2)
260
iDest = destination.Tables.IndexOf(Table.
TableName
);
263
iDest = destination.Tables.IndexOf(Table.
TableName
, Table.Namespace, false);// pass false for last param to be backward compatable
fx\src\data\System\Data\XDRSchema.cs (2)
605
relation = new DataRelation(table.
TableName
+ "_" + _tableChild.
TableName
, parentKey, childKey, true);
fx\src\data\System\Data\XmlDataLoader.cs (1)
662
bool topNodeIsTable = isTableLevel || (dataSet.DataSetName != table.
TableName
);
fx\src\data\System\Data\XMLDiffLoader.cs (1)
265
if ((string.Compare(dt.
TableName
, tableName, StringComparison.Ordinal) == 0)
fx\src\data\System\Data\xmlsaver.cs (23)
273
builder.Append(table.
TableName
).Append('_').Append(constr.ConstraintName);
871
dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.MSDNS, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0)?dt.
TableName
: (dt.Namespace + ":" + dt.
TableName
))));
888
dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.MSDNS, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0)?dt.
TableName
: (dt.Namespace + ":" + dt.
TableName
))));
980
if ((_ds == null) || (_ds.Tables.InternalIndexOf(rel.ParentKey.Table.
TableName
) ==-3))
983
if ((_ds == null) || (_ds.Tables.InternalIndexOf(rel.ChildKey.Table.
TableName
) ==-3))
1385
string generatedname = col.Table.
TableName
+"_Id";
1405
generatedname = rel.ParentColumnsReference[0].Table.
TableName
+"_Id";
1414
string rName = rel.ParentTable.
TableName
+ "_" + rel.ChildTable.
TableName
;
1730
if ((_ds == null) || (_ds.Tables.InternalIndexOf(table.
TableName
) ==-3))
1802
if ((_ds == null) || (_ds.Tables.InternalIndexOf(table.
TableName
) ==-3))
1842
if ((_ds == null) || (_ds.Tables.InternalIndexOf(foreign.RelatedTable.
TableName
) == -3)) // if there is a conflicting name/namespace only
2114
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.
TableName
+row.rowID.ToString(CultureInfo.InvariantCulture));
2135
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.
TableName
+row.rowID.ToString(CultureInfo.InvariantCulture));
2166
string rowIDString = table.
TableName
+row.rowID.ToString(CultureInfo.InvariantCulture);
2171
parentId = parentRow.Table.
TableName
+parentRow.rowID.ToString(CultureInfo.InvariantCulture);
2450
throw ExceptionBuilder.MultipleParentRows(tempTable.Namespace.Length == 0 ? tempTable.
TableName
:tempTable.Namespace + tempTable.
TableName
);
2514
throw ExceptionBuilder.MultipleParentRows(dt.Namespace.Length == 0 ? dt.
TableName
: (dt.Namespace + dt.
TableName
));
2545
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.
TableName
+row.rowID.ToString(CultureInfo.InvariantCulture));
fx\src\data\System\Data\XMLSchema.cs (13)
786
(IsTable(el) && el.Name == table.
TableName
)) {
797
if (child == null && this.FromInference && el.Name == table.
TableName
) {
803
if (!this.FromInference || el.Name != table.
TableName
) {// check is required to support 1.1 inference behavior
1304
if (GetTableName(key) == table.
TableName
)
1432
if (GetTableName(key) == table.
TableName
) {
1461
if (GetTableName(keyref) == _tableChild.
TableName
) {
1462
if (_tableChild.DataSet.Tables.InternalIndexOf(_tableChild.
TableName
) < -1) { // if we have multiple tables with the same name
1515
relation = new DataRelation(table.
TableName
+ "_" + _tableChild.
TableName
, parentKey, childKey, true);
1729
colName = table.
TableName
+ "_Text";
1735
colName = table.
TableName
+ "_text";
1827
colName = table.
TableName
+ "_Text";
1833
colName = table.
TableName
+ "_text";
fx\src\data\System\Data\XmlToDatasetMap.cs (2)
295
string _tableLocalName = XmlConvert.EncodeLocalName(r.ChildTable.
TableName
);
364
string _tableLocalName = XmlConvert.EncodeLocalName(r.ChildTable.
TableName
);
System.Data.Entity.Design (25)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (12)
57
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.PKCatalogColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
79
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.PKSchemaColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
101
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.PKTableColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
123
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.PKColumnColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
145
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.FKCatalogColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
167
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.FKSchemaColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
189
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.FKTableColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
211
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.FKColumnColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
233
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.OrdinalColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
255
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.RelationshipNameColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
277
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.RelationshipIdColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
298
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableRelationshipDetails.RelationshipIsCascadeDeleteColumn.ColumnName, _tableRelationshipDetails.
TableName
, e);
System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs (13)
57
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.CatalogColumn.ColumnName, _tableTableDetails.
TableName
, e);
79
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.SchemaColumn.ColumnName, _tableTableDetails.
TableName
, e);
101
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.TableNameColumn.ColumnName, _tableTableDetails.
TableName
, e);
123
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.ColumnNameColumn.ColumnName, _tableTableDetails.
TableName
, e);
145
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.IsNullableColumn.ColumnName, _tableTableDetails.
TableName
, e);
167
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.DataTypeColumn.ColumnName, _tableTableDetails.
TableName
, e);
189
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.MaximumLengthColumn.ColumnName, _tableTableDetails.
TableName
, e);
211
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.DateTimePrecisionColumn.ColumnName, _tableTableDetails.
TableName
, e);
234
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.PrecisionColumn.ColumnName, _tableTableDetails.
TableName
, e);
256
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.ScaleColumn.ColumnName, _tableTableDetails.
TableName
, e);
278
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.IsIdentityColumn.ColumnName, _tableTableDetails.
TableName
, e);
300
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.IsServerGeneratedColumn.ColumnName, _tableTableDetails.
TableName
, e);
322
throw EDesignUtil.StonglyTypedAccessToNullValue(_tableTableDetails.IsPrimaryKeyColumn.ColumnName, _tableTableDetails.
TableName
, e);
System.Web (3)
Handlers\TraceHandler.cs (3)
350
tcell = AddHeaderCell(trow, "<h3><b>" + SR.GetString(datatable.
TableName
) + "</b></h3>");
441
tcell = AddHeaderCell(trow, "<h3><b>" + SR.GetString(datatable.
TableName
) + "</b></h3>");
521
tcell = AddHeaderCell(trow, "<h3><b>" + SR.GetString(datatable.
TableName
) + "</b></h3>");