Implemented interface member:
property
Count
System.Data.EntityModel.SchemaObjectModel.ISchemaElementLookUpTable<T>.Count
3 references to Count
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
457if (Parameters.Count != 1)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
260this.ParentElement.Parameters.Count, // indexed at 0 to be similar to the old exception
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
145if (_properties.Count == 0)