8 references to IsKey
System.Data.Common (8)
System\Data\Common\DBCommandBuilder.cs (3)
784if ((null != row) && (row.IsKey || row.IsUnique) && !row.IsLong && !row.IsRowVersion && row.IsHidden) 1445return (row.IsKey || row.IsUnique) && !row.IsLong && !row.IsRowVersion; 1448return (((row.IsKey || row.IsUnique) && !_hasPartialPrimaryKey) || row.IsRowVersion) && !row.IsLong;
System\Data\ProviderBase\SchemaMapping.cs (5)
864if (schemaRow.IsKey) 902if (schemaRow.IsKey) 968if (!schemaRow.AllowDBNull && (!schemaRow.IsReadOnly || schemaRow.IsKey)) 973if (schemaRow.IsUnique && !schemaRow.IsKey && !fieldType.IsArray) 1020if (addPrimaryKeys && schemaRow.IsKey)