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)
457
if (Parameters.
Count
!= 1)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
260
this.ParentElement.Parameters.
Count
, // indexed at 0 to be similar to the old exception
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
145
if (_properties.
Count
== 0)