EFConcurrencyModeTest


EntityProperty

Class that stores Entity and Property names.

  • CsdlEntity - Conceptual entity (class representing a database record).
  • CsdlProperty - Conceptual property (class field, representing a database column).
  • SsdlEntity - Storage entity (database table).
  • SsdlProperty - Storage property (database column).

Record Fields

Record FieldDescription
CsdlEntity
Signature: string
Go to GitHub source
CsdlProperty
Signature: string
Go to GitHub source
SsdlEntity
Signature: string
Go to GitHub source
SsdlProperty
Signature: string
Go to GitHub source
Fork me on GitHub