PageRenderTime 120ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 2ms

/bin/EntityFramework.xml

https://bitbucket.org/parivedasolutions/attributeroutingtest
XML | 8027 lines | 7998 code | 18 blank | 11 comment | 0 complexity | 7bb02166bb05e5255f0fb404f5ac9374 MD5 | raw file
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>EntityFramework</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Data.Entity.Edm.EdmDataModelType">
  8. <summary>
  9. The base for all all Entity Data Model (EDM) types that represent a type from the EDM type system.
  10. </summary>
  11. </member>
  12. <member name="T:System.Data.Entity.Edm.EdmNamespaceItem">
  13. <summary>
  14. Represents an item in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmNamespace"/> .
  15. </summary>
  16. </member>
  17. <member name="T:System.Data.Entity.Edm.EdmQualifiedNameMetadataItem">
  18. <summary>
  19. The base for all all Entity Data Model (EDM) item types that with a Name property that represents a qualified (can be dotted) name.
  20. </summary>
  21. </member>
  22. <member name="T:System.Data.Entity.Edm.EdmNamedMetadataItem">
  23. <summary>
  24. The base for all all Entity Data Model (EDM) item types that with a <see cref="P:System.Data.Entity.Edm.EdmNamedMetadataItem.Name"/> property.
  25. </summary>
  26. </member>
  27. <member name="T:System.Data.Entity.Edm.EdmMetadataItem">
  28. <summary>
  29. The base for all all Entity Data Model (EDM) types that support annotation using <see cref="T:System.Data.Entity.Edm.Common.DataModelAnnotation"/> .
  30. </summary>
  31. </member>
  32. <member name="T:System.Data.Entity.Edm.EdmDataModelItem">
  33. <summary>
  34. EdmDataModelItem is the base for all types in the Entity Data Model (EDM) metadata construction and modification API.
  35. </summary>
  36. </member>
  37. <member name="T:System.Data.Entity.Edm.Common.DataModelItem">
  38. <summary>
  39. DataModelItem is the base for all types in the EDM metadata reflection, construction and modification API.
  40. </summary>
  41. </member>
  42. <member name="P:System.Data.Entity.Edm.EdmDataModelItem.ItemKind">
  43. <summary>
  44. Gets an <see cref="T:System.Data.Entity.Edm.EdmItemKind"/> value indicating which Entity Data Model (EDM) concept is represented by this item.
  45. </summary>
  46. </member>
  47. <member name="T:System.Data.Entity.Edm.Common.IAnnotatedDataModelItem">
  48. <summary>
  49. IAnnotatedDataModelItem is implemented by model-specific base types for all types with an <see cref="P:System.Data.Entity.Edm.Common.IAnnotatedDataModelItem.Annotations"/> property. <seealso cref="T:System.Data.Entity.Edm.EdmDataModelItem"/>
  50. </summary>
  51. </member>
  52. <member name="P:System.Data.Entity.Edm.Common.IAnnotatedDataModelItem.Annotations">
  53. <summary>
  54. Gets or sets the currently assigned annotations.
  55. </summary>
  56. </member>
  57. <member name="P:System.Data.Entity.Edm.EdmMetadataItem.Annotations">
  58. <summary>
  59. Gets or sets the currently assigned annotations.
  60. </summary>
  61. </member>
  62. <member name="P:System.Data.Entity.Edm.EdmMetadataItem.ChildItems">
  63. <summary>
  64. Returns all EdmItem children directly contained by this EdmItem.
  65. </summary>
  66. </member>
  67. <member name="T:System.Data.Entity.Edm.Common.INamedDataModelItem">
  68. <summary>
  69. INamedDataModelItem is implemented by model-specific base types for all types with a <see cref="P:System.Data.Entity.Edm.Common.INamedDataModelItem.Name"/> property. <seealso cref="T:System.Data.Entity.Edm.EdmNamedMetadataItem"/>
  70. </summary>
  71. </member>
  72. <member name="P:System.Data.Entity.Edm.Common.INamedDataModelItem.Name">
  73. <summary>
  74. Gets or sets the currently assigned name.
  75. </summary>
  76. </member>
  77. <member name="P:System.Data.Entity.Edm.EdmNamedMetadataItem.Name">
  78. <summary>
  79. Gets or sets the currently assigned name.
  80. </summary>
  81. </member>
  82. <member name="P:System.Data.Entity.Edm.EdmDataModelType.IsAbstract">
  83. <summary>
  84. Gets a value indicating whether this type is abstract.
  85. </summary>
  86. </member>
  87. <member name="P:System.Data.Entity.Edm.EdmDataModelType.BaseType">
  88. <summary>
  89. Gets the optional base type of this type.
  90. </summary>
  91. </member>
  92. <member name="T:System.Data.Entity.Edm.EdmStructuralMember">
  93. <summary>
  94. EdmStructuralMember is the base for all types that represent members of structural items in the Entity Data Model (EDM) metadata construction and modification API.
  95. </summary>
  96. </member>
  97. <member name="T:System.Data.Entity.Infrastructure.DbConnectionInfo">
  98. <summary>
  99. Represents information about a database connection.
  100. </summary>
  101. </member>
  102. <member name="M:System.Data.Entity.Infrastructure.DbConnectionInfo.#ctor(System.String)">
  103. <summary>
  104. Creates a new instance of DbConnectionInfo representing a connection that is specified in the application configuration file.
  105. </summary>
  106. <param name = "connectionName">The name of the connection string in the application configuration.</param>
  107. </member>
  108. <member name="M:System.Data.Entity.Infrastructure.DbConnectionInfo.#ctor(System.String,System.String)">
  109. <summary>
  110. Creates a new instance of DbConnectionInfo based on a connection string.
  111. </summary>
  112. <param name = "connectionString">The connection string to use for the connection.</param>
  113. <param name = "providerInvariantName">The name of the provider to use for the connection. Use 'System.Data.SqlClient' for SQL Server.</param>
  114. </member>
  115. <member name="M:System.Data.Entity.Infrastructure.DbConnectionInfo.GetConnectionString(System.Data.Entity.Internal.AppConfig)">
  116. <summary>
  117. Gets the connection information represented by this instance.
  118. </summary>
  119. <param name = "config">Configuration to use if connection comes from the configuration file.</param>
  120. </member>
  121. <member name="T:System.Data.Entity.Infrastructure.LocalDbConnectionFactory">
  122. <summary>
  123. Instances of this class are used to create DbConnection objects for
  124. SQL Server LocalDb based on a given database name or connection string.
  125. </summary>
  126. <remarks>
  127. An instance of this class can be set on the <see cref="T:System.Data.Entity.Database"/> class or in the
  128. app.config/web.config for the application to cause all DbContexts created with no
  129. connection information or just a database name to use SQL Server LocalDb by default.
  130. This class is immutable since multiple threads may access instances simultaneously
  131. when creating connections.
  132. </remarks>
  133. </member>
  134. <member name="T:System.Data.Entity.Infrastructure.IDbConnectionFactory">
  135. <summary>
  136. Implementations of this interface are used to create DbConnection objects for
  137. a type of database server based on a given database name.
  138. An Instance is set on the <see cref="T:System.Data.Entity.Database"/> class to
  139. cause all DbContexts created with no connection information or just a database
  140. name or connection string to use a certain type of database server by default.
  141. Two implementations of this interface are provided: <see cref="T:System.Data.Entity.Infrastructure.SqlConnectionFactory"/>
  142. is used to create connections to Microsoft SQL Server, including EXPRESS editions.
  143. <see cref="T:System.Data.Entity.Infrastructure.SqlCeConnectionFactory"/> is used to create connections to Microsoft SQL
  144. Server Compact Editions.
  145. Other implementations for other database servers can be added as needed.
  146. Note that implementations should be thread safe or immutable since they may
  147. be accessed by multiple threads at the same time.
  148. </summary>
  149. </member>
  150. <member name="M:System.Data.Entity.Infrastructure.IDbConnectionFactory.CreateConnection(System.String)">
  151. <summary>
  152. Creates a connection based on the given database name or connection string.
  153. </summary>
  154. <param name = "nameOrConnectionString">The database name or connection string.</param>
  155. <returns>An initialized DbConnection.</returns>
  156. </member>
  157. <member name="M:System.Data.Entity.Infrastructure.LocalDbConnectionFactory.#ctor(System.String)">
  158. <summary>
  159. Creates a new instance of the connection factory for the given version of LocalDb.
  160. For SQL Server 2012 LocalDb use "v11.0".
  161. </summary>
  162. <param name="localDbVersion">The LocalDb version to use.</param>
  163. </member>
  164. <member name="M:System.Data.Entity.Infrastructure.LocalDbConnectionFactory.#ctor(System.String,System.String)">
  165. <summary>
  166. Creates a new instance of the connection factory for the given version of LocalDb.
  167. For SQL Server 2012 LocalDb use "v11.0".
  168. </summary>
  169. <param name="localDbVersion">The LocalDb version to use.</param>
  170. <param name = "baseConnectionString">
  171. The connection string to use for options to the database other than the 'Initial Catalog',
  172. 'Data Source', and 'AttachDbFilename'.
  173. The 'Initial Catalog' and 'AttachDbFilename' will be prepended to this string based on the
  174. database name when CreateConnection is called.
  175. The 'Data Source' will be set based on the LocalDbVersion argument.
  176. </param>
  177. </member>
  178. <member name="M:System.Data.Entity.Infrastructure.LocalDbConnectionFactory.CreateConnection(System.String)">
  179. <summary>
  180. Creates a connection for SQL Server LocalDb based on the given database name or connection string.
  181. If the given string contains an '=' character then it is treated as a full connection string,
  182. otherwise it is treated as a database name only.
  183. </summary>
  184. <param name = "nameOrConnectionString">The database name or connection string.</param>
  185. <returns>An initialized DbConnection.</returns>
  186. </member>
  187. <member name="P:System.Data.Entity.Infrastructure.LocalDbConnectionFactory.BaseConnectionString">
  188. <summary>
  189. The connection string to use for options to the database other than the 'Initial Catalog',
  190. 'Data Source', and 'AttachDbFilename'.
  191. The 'Initial Catalog' and 'AttachDbFilename' will be prepended to this string based on the
  192. database name when CreateConnection is called.
  193. The 'Data Source' will be set based on the LocalDbVersion argument.
  194. The default is 'Integrated Security=True; MultipleActiveResultSets=True;'.
  195. </summary>
  196. </member>
  197. <member name="T:System.Data.Entity.Internal.ClonedObjectContext">
  198. <summary>
  199. Encapsulates a cloned <see cref="P:System.Data.Entity.Internal.ClonedObjectContext.ObjectContext"/> and store <see cref="T:System.Data.Common.DbConnection"/>. Note that these
  200. objects are disposable and should be used in a using block to ensure both the cloned context and the
  201. cloned connection are disposed.
  202. </summary>
  203. </member>
  204. <member name="M:System.Data.Entity.Internal.ClonedObjectContext.#ctor">
  205. <summary>
  206. For mocking.
  207. </summary>
  208. </member>
  209. <member name="M:System.Data.Entity.Internal.ClonedObjectContext.#ctor(System.Data.Entity.Internal.MockingProxies.ObjectContextProxy,System.String,System.Boolean)">
  210. <summary>
  211. Creates a clone of the given <see cref="P:System.Data.Entity.Internal.ClonedObjectContext.ObjectContext"/>. The underlying <see cref="T:System.Data.Common.DbConnection"/> of
  212. the context is also cloned and the given connection string is used for the connection string of
  213. the cloned connection.
  214. </summary>
  215. </member>
  216. <member name="M:System.Data.Entity.Internal.ClonedObjectContext.TransferLoadedAssemblies(System.Data.Entity.Internal.MockingProxies.ObjectContextProxy)">
  217. <summary>
  218. Finds the assemblies that were used for loading o-space types in the source context
  219. and loads those assemblies in the cloned context.
  220. </summary>
  221. </member>
  222. <member name="M:System.Data.Entity.Internal.ClonedObjectContext.Dispose">
  223. <summary>
  224. Disposes both the underlying ObjectContext and its store connection.
  225. </summary>
  226. </member>
  227. <member name="P:System.Data.Entity.Internal.ClonedObjectContext.ObjectContext">
  228. <summary>
  229. The cloned context.
  230. </summary>
  231. </member>
  232. <member name="P:System.Data.Entity.Internal.ClonedObjectContext.Connection">
  233. <summary>
  234. This is always the store connection of the underlying ObjectContext.
  235. </summary>
  236. </member>
  237. <member name="T:System.Data.Entity.Internal.ConfigFile.DatabaseInitializerElement">
  238. <summary>
  239. Represents setting the database initializer for a specific context type
  240. </summary>
  241. </member>
  242. <member name="T:System.Data.Entity.Internal.ConfigFile.ParameterElement">
  243. <summary>
  244. Represents a parameter to be passed to a method
  245. </summary>
  246. </member>
  247. <member name="T:System.Data.Entity.Internal.ConfigFile.ParameterCollection">
  248. <summary>
  249. Represents a series of parameters to pass to a method
  250. </summary>
  251. </member>
  252. <member name="M:System.Data.Entity.Internal.ConfigFile.ParameterCollection.NewElement">
  253. <summary>
  254. Adds a new parameter to the collection
  255. Used for unit testing
  256. </summary>
  257. </member>
  258. <member name="T:System.Data.Entity.Internal.ConfigFile.ContextCollection">
  259. <summary>
  260. Represents the configuration for a series of contexts
  261. </summary>
  262. </member>
  263. <member name="M:System.Data.Entity.Internal.ConfigFile.ContextCollection.NewElement(System.String)">
  264. <summary>
  265. Adds a new context to the collection
  266. Used for unit testing
  267. </summary>
  268. </member>
  269. <member name="T:System.Data.Entity.Internal.ConfigFile.ContextElement">
  270. <summary>
  271. Represents the configuration for a specific context type
  272. </summary>
  273. </member>
  274. <member name="T:System.Data.Entity.Internal.ConfigFile.DefaultConnectionFactoryElement">
  275. <summary>
  276. Represents setting the default connection factory
  277. </summary>
  278. </member>
  279. <member name="T:System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection">
  280. <summary>
  281. Represents all Entity Framework related configuration
  282. </summary>
  283. </member>
  284. <member name="T:System.Data.Entity.Internal.DatabaseCreator">
  285. <summary>
  286. Handles creating databases either using the core provider or the Migrations pipeline.
  287. </summary>
  288. </member>
  289. <member name="M:System.Data.Entity.Internal.DatabaseCreator.CreateDatabase(System.Data.Entity.Internal.InternalContext,System.Func{System.Data.Entity.Migrations.DbMigrationsConfiguration,System.Data.Entity.DbContext,System.Data.Entity.Migrations.DbMigrator},System.Data.Objects.ObjectContext)">
  290. <summary>
  291. Creates a database using the core provider (i.e. ObjectContext.CreateDatabase) or
  292. by using Code First Migrations <see cref="T:System.Data.Entity.Migrations.DbMigrator"/> to create an empty database
  293. and the perform an automatic migration to the current model.
  294. Migrations is used if Code First is being used and the EF provider is for SQL Server
  295. or SQL Compact. The core is used for non-Code First models and for other providers even
  296. when using Code First.
  297. </summary>
  298. </member>
  299. <member name="T:System.Data.Entity.DbContext">
  300. <summary>
  301. A DbContext instance represents a combination of the Unit Of Work and Repository patterns such that
  302. it can be used to query from a database and group together changes that will then be written
  303. back to the store as a unit.
  304. DbContext is conceptually similar to ObjectContext.
  305. </summary>
  306. <remarks>
  307. DbContext is usually used with a derived type that contains <see cref="T:System.Data.Entity.DbSet`1"/> properties for
  308. the root entities of the model. These sets are automatically initialized when the
  309. instance of the derived class is created. This behavior can be modified by applying the
  310. <see cref="T:System.Data.Entity.Infrastructure.SuppressDbSetInitializationAttribute"/> attribute to either the entire derived context
  311. class, or to individual properties on the class.
  312. The Entity Data Model backing the context can be specified in several ways. When using the Code First
  313. approach, the <see cref="T:System.Data.Entity.DbSet`1"/> properties on the derived context are used to build a model
  314. by convention. The protected OnModelCreating method can be overridden to tweak this model. More
  315. control over the model used for the Model First approach can be obtained by creating a <see cref="T:System.Data.Entity.Infrastructure.DbCompiledModel"/>
  316. explicitly from a <see cref="T:System.Data.Entity.DbModelBuilder"/> and passing this model to one of the DbContext constructors.
  317. When using the Database First or Model First approach the Entity Data Model can be created using the
  318. Entity Designer (or manually through creation of an EDMX file) and then this model can be specified using
  319. entity connection string or an <see cref="T:System.Data.EntityClient.EntityConnection"/> object.
  320. The connection to the database (including the name of the database) can be specified in several ways.
  321. If the parameterless DbContext constructor is called from a derived context, then the name of the derived context
  322. is used to find a connection string in the app.config or web.config file. If no connection string is found, then
  323. the name is passed to the DefaultConnectionFactory registered on the <see cref="T:System.Data.Entity.Database"/> class. The connection
  324. factory then uses the context name as the database name in a default connection string. (This default connection
  325. string points to .\SQLEXPRESS on the local machine unless a different DefaultConnectionFactory is registered.)
  326. Instead of using the derived context name, the connection/database name can also be specified explicitly by
  327. passing the name to one of the DbContext constructors that takes a string. The name can also be passed in
  328. the form "name=myname", in which case the name must be found in the config file or an exception will be thrown.
  329. Note that the connection found in the app.config or web.config file can be a normal database connection
  330. string (not a special Entity Framework connection string) in which case the DbContext will use Code First.
  331. However, if the connection found in the config file is a special Entity Framework connection string, then the
  332. DbContext will use Database/Model First and the model specified in the connection string will be used.
  333. An existing or explicitly created DbConnection can also be used instead of the database/connection name.
  334. A <see cref="T:System.Data.Entity.DbModelBuilderVersionAttribute"/> can be applied to a class derived from DbContext to set the
  335. version of conventions used by the context when it creates a model. If no attribute is applied then the
  336. latest version of conventions will be used.
  337. </remarks>
  338. </member>
  339. <member name="T:System.Data.Entity.Infrastructure.IObjectContextAdapter">
  340. <summary>
  341. Interface implemented by objects that can provide an <see cref="P:System.Data.Entity.Infrastructure.IObjectContextAdapter.ObjectContext"/> instance.
  342. The <see cref="T:System.Data.Entity.DbContext"/> class implements this interface to provide access to the underlying
  343. ObjectContext.
  344. </summary>
  345. </member>
  346. <member name="P:System.Data.Entity.Infrastructure.IObjectContextAdapter.ObjectContext">
  347. <summary>
  348. Gets the object context.
  349. </summary>
  350. <value>The object context.</value>
  351. </member>
  352. <member name="M:System.Data.Entity.DbContext.#ctor">
  353. <summary>
  354. Constructs a new context instance using conventions to create the name of the database to
  355. which a connection will be made. The by-convention name is the full name (namespace + class name)
  356. of the derived context class.
  357. See the class remarks for how this is used to create a connection.
  358. </summary>
  359. </member>
  360. <member name="M:System.Data.Entity.DbContext.#ctor(System.Data.Entity.Infrastructure.DbCompiledModel)">
  361. <summary>
  362. Constructs a new context instance using conventions to create the name of the database to
  363. which a connection will be made, and initializes it from the given model.
  364. The by-convention name is the full name (namespace + class name) of the derived context class.
  365. See the class remarks for how this is used to create a connection.
  366. </summary>
  367. <param name = "model">The model that will back this context.</param>
  368. </member>
  369. <member name="M:System.Data.Entity.DbContext.#ctor(System.String)">
  370. <summary>
  371. Constructs a new context instance using the given string as the name or connection string for the
  372. database to which a connection will be made.
  373. See the class remarks for how this is used to create a connection.
  374. </summary>
  375. <param name = "nameOrConnectionString">Either the database name or a connection string.</param>
  376. </member>
  377. <member name="M:System.Data.Entity.DbContext.#ctor(System.String,System.Data.Entity.Infrastructure.DbCompiledModel)">
  378. <summary>
  379. Constructs a new context instance using the given string as the name or connection string for the
  380. database to which a connection will be made, and initializes it from the given model.
  381. See the class remarks for how this is used to create a connection.
  382. </summary>
  383. <param name = "nameOrConnectionString">Either the database name or a connection string.</param>
  384. <param name = "model">The model that will back this context.</param>
  385. </member>
  386. <member name="M:System.Data.Entity.DbContext.#ctor(System.Data.Common.DbConnection,System.Boolean)">
  387. <summary>
  388. Constructs a new context instance using the existing connection to connect to a database.
  389. The connection will not be disposed when the context is disposed.
  390. </summary>
  391. <param name = "existingConnection">An existing connection to use for the new context.</param>
  392. <param name = "contextOwnsConnection">If set to <c>true</c> the connection is disposed when
  393. the context is disposed, otherwise the caller must dispose the connection.</param>
  394. </member>
  395. <member name="M:System.Data.Entity.DbContext.#ctor(System.Data.Common.DbConnection,System.Data.Entity.Infrastructure.DbCompiledModel,System.Boolean)">
  396. <summary>
  397. Constructs a new context instance using the existing connection to connect to a database,
  398. and initializes it from the given model.
  399. The connection will not be disposed when the context is disposed.
  400. <param name = "existingConnection">An existing connection to use for the new context.</param>
  401. <param name = "model">The model that will back this context.</param>
  402. <param name = "contextOwnsConnection">If set to <c>true</c> the connection is disposed when
  403. the context is disposed, otherwise the caller must dispose the connection.</param>
  404. </summary>
  405. </member>
  406. <member name="M:System.Data.Entity.DbContext.#ctor(System.Data.Objects.ObjectContext,System.Boolean)">
  407. <summary>
  408. Constructs a new context instance around an existing ObjectContext.
  409. <param name = "objectContext">An existing ObjectContext to wrap with the new context.</param>
  410. <param name = "dbContextOwnsObjectContext">If set to <c>true</c> the ObjectContext is disposed when
  411. the DbContext is disposed, otherwise the caller must dispose the connection.</param>
  412. </summary>
  413. </member>
  414. <member name="M:System.Data.Entity.DbContext.InitializeLazyInternalContext(System.Data.Entity.Internal.IInternalConnection,System.Data.Entity.Infrastructure.DbCompiledModel)">
  415. <summary>
  416. Initializes the internal context, discovers and initializes sets, and initializes from a model if one is provided.
  417. </summary>
  418. </member>
  419. <member name="M:System.Data.Entity.DbContext.DiscoverAndInitializeSets">
  420. <summary>
  421. Discovers DbSets and initializes them.
  422. </summary>
  423. </member>
  424. <member name="M:System.Data.Entity.DbContext.OnModelCreating(System.Data.Entity.DbModelBuilder)">
  425. <summary>
  426. This method is called when the model for a derived context has been initialized, but
  427. before the model has been locked down and used to initialize the context. The default
  428. implementation of this method does nothing, but it can be overridden in a derived class
  429. such that the model can be further configured before it is locked down.
  430. </summary>
  431. <remarks>
  432. Typically, this method is called only once when the first instance of a derived context
  433. is created. The model for that context is then cached and is for all further instances of
  434. the context in the app domain. This caching can be disabled by setting the ModelCaching
  435. property on the given ModelBuidler, but note that this can seriously degrade performance.
  436. More control over caching is provided through use of the DbModelBuilder and DbContextFactory
  437. classes directly.
  438. </remarks>
  439. <param name = "modelBuilder">The builder that defines the model for the context being created.</param>
  440. </member>
  441. <member name="M:System.Data.Entity.DbContext.CallOnModelCreating(System.Data.Entity.DbModelBuilder)">
  442. <summary>
  443. Internal method used to make the call to the real OnModelCreating method.
  444. </summary>
  445. <param name = "modelBuilder">The model builder.</param>
  446. </member>
  447. <member name="M:System.Data.Entity.DbContext.Set``1">
  448. <summary>
  449. Returns a DbSet instance for access to entities of the given type in the context,
  450. the ObjectStateManager, and the underlying store.
  451. </summary>
  452. <remarks>
  453. See the DbSet class for more details.
  454. </remarks>
  455. <typeparam name = "TEntity">The type entity for which a set should be returned.</typeparam>
  456. <returns>A set for the given entity type.</returns>
  457. </member>
  458. <member name="M:System.Data.Entity.DbContext.Set(System.Type)">
  459. <summary>
  460. Returns a non-generic DbSet instance for access to entities of the given type in the context,
  461. the ObjectStateManager, and the underlying store.
  462. </summary>
  463. <param name = "entityType">The type of entity for which a set should be returned.</param>
  464. <returns>A set for the given entity type.</returns>
  465. <remarks>
  466. See the DbSet class for more details.
  467. </remarks>
  468. </member>
  469. <member name="M:System.Data.Entity.DbContext.SaveChanges">
  470. <summary>
  471. Saves all changes made in this context to the underlying database.
  472. </summary>
  473. <returns>The number of objects written to the underlying database.</returns>
  474. <exception cref="T:System.InvalidOperationException">Thrown if the context has been disposed.</exception>
  475. </member>
  476. <member name="M:System.Data.Entity.DbContext.GetValidationErrors">
  477. <summary>
  478. Validates tracked entities and returns a Collection of <see cref="T:System.Data.Entity.Validation.DbEntityValidationResult"/> containing validation results.
  479. </summary>
  480. <returns>
  481. Collection of validation results for invalid entities. The collection is never null and must not contain null
  482. values or results for valid entities.
  483. </returns>
  484. <remarks>
  485. 1. This method calls DetectChanges() to determine states of the tracked entities unless
  486. DbContextConfiguration.AutoDetectChangesEnabled is set to false.
  487. 2. By default only Added on Modified entities are validated. The user is able to change this behavior
  488. by overriding ShouldValidateEntity method.
  489. </remarks>
  490. </member>
  491. <member name="M:System.Data.Entity.DbContext.ShouldValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry)">
  492. <summary>
  493. Extension point allowing the user to override the default behavior of validating only
  494. added and modified entities.
  495. </summary>
  496. <param name = "entityEntry">DbEntityEntry instance that is supposed to be validated.</param>
  497. <returns>true to proceed with validation. false otherwise.</returns>
  498. </member>
  499. <member name="M:System.Data.Entity.DbContext.ValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry,System.Collections.Generic.IDictionary{System.Object,System.Object})">
  500. <summary>
  501. Extension point allowing the user to customize validation of an entity or filter out validation results.
  502. Called by <see cref="M:System.Data.Entity.DbContext.GetValidationErrors"/>.
  503. </summary>
  504. <param name="entityEntry">DbEntityEntry instance to be validated.</param>
  505. <param name="items">User defined dictionary containing additional info for custom validation.
  506. It will be passed to <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext"/>
  507. and will be exposed as <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.Items"/>.
  508. This parameter is optional and can be null.</param>
  509. <returns>Entity validation result. Possibly null when overridden.</returns>
  510. </member>
  511. <member name="M:System.Data.Entity.DbContext.CallValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry)">
  512. <summary>
  513. Internal method that calls the protected ValidateEntity method.
  514. </summary>
  515. <param name="entityEntry">DbEntityEntry instance to be validated.</param>
  516. <param name="items">User defined dictionary containing additional info for custom validation.
  517. It will be passed to <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext"/>
  518. and will be exposed as <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.Items"/>.
  519. This parameter is optional and can be null.</param>
  520. <returns>Entity validation result. Possibly null when ValidateEntity is overridden.</returns>
  521. </member>
  522. <member name="M:System.Data.Entity.DbContext.Entry``1(``0)">
  523. <summary>
  524. Gets a <see cref="T:System.Data.Entity.Infrastructure.DbEntityEntry`1"/> object for the given entity providing access to
  525. information about the entity and the ability to perform actions on the entity.
  526. </summary>
  527. <typeparam name="TEntity">The type of the entity.</typeparam>
  528. <param name="entity">The entity.</param>
  529. <returns>An entry for the entity.</returns>
  530. </member>
  531. <member name="M:System.Data.Entity.DbContext.Entry(System.Object)">
  532. <summary>
  533. Gets a <see cref="T:System.Data.Entity.Infrastructure.DbEntityEntry"/> object for the given entity providing access to
  534. information about the entity and the ability to perform actions on the entity.
  535. </summary>
  536. <param name="entity">The entity.</param>
  537. <returns>An entry for the entity.</returns>
  538. </member>
  539. <member name="M:System.Data.Entity.DbContext.Dispose">
  540. <summary>
  541. Calls the protected Dispose method.
  542. </summary>
  543. </member>
  544. <member name="M:System.Data.Entity.DbContext.Dispose(System.Boolean)">
  545. <summary>
  546. Disposes the context. The underlying <see cref="T:System.Data.Objects.ObjectContext"/> is also disposed if it was created
  547. is by this context or ownership was passed to this context when this context was created.
  548. The connection to the database (<see cref="T:System.Data.Common.DbConnection"/> object) is also disposed if it was created
  549. is by this context or ownership was passed to this context when this context was created.
  550. </summary>
  551. <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
  552. </member>
  553. <member name="P:System.Data.Entity.DbContext.Database">
  554. <summary>
  555. Creates a Database instance for this context that allows for creation/deletion/existence checks
  556. for the underlying database.
  557. </summary>
  558. </member>
  559. <member name="P:System.Data.Entity.DbContext.System#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext">
  560. <summary>
  561. Returns the Entity Framework ObjectContext that is underlying this context.
  562. </summary>
  563. <exception cref="T:System.InvalidOperationException">Thrown if the context has been disposed.</exception>
  564. </member>
  565. <member name="P:System.Data.Entity.DbContext.ChangeTracker">
  566. <summary>
  567. Provides access to features of the context that deal with change tracking of entities.
  568. </summary>
  569. <value>An object used to access features that deal with change tracking.</value>
  570. </member>
  571. <member name="P:System.Data.Entity.DbContext.Configuration">
  572. <summary>
  573. Provides access to configuration options for the context.
  574. </summary>
  575. <value>An object used to access configuration options.</value>
  576. </member>
  577. <member name="P:System.Data.Entity.DbContext.InternalContext">
  578. <summary>
  579. Provides access to the underlying InternalContext for other parts of the internal design.
  580. </summary>
  581. </member>
  582. <member name="T:System.Data.Entity.Internal.AppConfig">
  583. <summary>
  584. A simple representation of an app.config or web.config file.
  585. </summary>
  586. </member>
  587. <member name="M:System.Data.Entity.Internal.AppConfig.#ctor(System.Configuration.Configuration)">
  588. <summary>
  589. Initializes a new instance of AppConfig based on supplied configuration
  590. </summary>
  591. <param name="configuration">Configuration to load settings from</param>
  592. </member>
  593. <member name="M:System.Data.Entity.Internal.AppConfig.#ctor(System.Configuration.ConnectionStringSettingsCollection)">
  594. <summary>
  595. Initializes a new instance of AppConfig based on supplied connection strings
  596. The default configuration for database initializers and default connection factory will be used
  597. </summary>
  598. <param name="connectionStrings">Connection strings to be used</param>
  599. </member>
  600. <member name="M:System.Data.Entity.Internal.AppConfig.#ctor">
  601. <summary>
  602. Initializes a new instance of AppConfig based on the <see cref="T:System.Configuration.ConfigurationManager"/> for the AppDomain
  603. </summary>
  604. <remarks>
  605. Use AppConfig.DefaultInstance instead of this constructor
  606. </remarks>
  607. </member>
  608. <member name="M:System.Data.Entity.Internal.AppConfig.ApplyInitializers">
  609. <summary>
  610. Appies any database intializers specified in the configuration
  611. </summary>
  612. </member>
  613. <member name="M:System.Data.Entity.Internal.AppConfig.InternalApplyInitializers(System.Boolean)">
  614. <summary>
  615. Appies any database intializers specified in the configuration
  616. </summary>
  617. <param name="force">
  618. Value indicating if initializers should be re-applied if they have already been applied in this AppDomain
  619. </param>
  620. </member>
  621. <member name="M:System.Data.Entity.Internal.AppConfig.GetConnectionString(System.String)">
  622. <summary>
  623. Gets the specified connection string from the configuration
  624. </summary>
  625. <param name="name">Name of the connection string to get</param>
  626. <returns>The connection string, or null if there is no connection string with the specified name</returns>
  627. </member>
  628. <member name="P:System.Data.Entity.Internal.AppConfig.DefaultConnectionFactory">
  629. <summary>
  630. Gets the default connection factory based on the configuration
  631. </summary>
  632. </member>
  633. <member name="P:System.Data.Entity.Internal.AppConfig.DefaultInstance">
  634. <summary>
  635. Gets a singleton instance of configuration based on the <see cref="T:System.Configuration.ConfigurationManager"/> for the AppDomain
  636. </summary>
  637. </member>
  638. <member name="T:System.Data.Entity.Internal.MockingProxies.EntityConnectionProxy">
  639. <summary>
  640. Acts as a proxy for <see cref="T:System.Data.EntityClient.EntityConnection"/> that for the most part just passes calls
  641. through to the real object but uses virtual methods/properties such that uses of the object
  642. can be mocked.
  643. </summary>
  644. </member>
  645. <member name="T:System.Data.Entity.Internal.LegacyDatabaseInitializerConfig">
  646. <summary>
  647. Encapsulates information read from the application config file that specifies a database initializer
  648. and allows that initializer to be dynamically applied.
  649. </summary>
  650. </member>
  651. <member name="M:System.Data.Entity.Internal.LegacyDatabaseInitializerConfig.#ctor(System.String,System.String)">
  652. <summary>
  653. Initializes a new instance of the <see cref="T:System.Data.Entity.Internal.LegacyDatabaseInitializerConfig"/> class.
  654. </summary>
  655. <param name="configKey">The key from the entry in the config file.</param>
  656. <param name="configValue">The value from the enrty in the config file.</param>
  657. </member>
  658. <member name="M:System.Data.Entity.Internal.LegacyDatabaseInitializerConfig.ApplyInitializer">
  659. <summary>
  660. Uses the context type and initializer type specified in the config to create an initializer instance
  661. and set it with the DbDbatabase.SetInitializer method.
  662. </summary>
  663. </member>
  664. <member name="M:System.Data.Entity.Internal.LegacyDatabaseInitializerConfig.ApplyInitializersFromConfig(System.Configuration.KeyValueConfigurationCollection)">
  665. <summary>
  666. Reads all initializers from the application config file and sets them using the Database class.
  667. </summary>
  668. </member>
  669. <member name="T:System.Data.Entity.Internal.ModelHashCalculator">
  670. <summary>
  671. Calculates the model hash values used the EdmMetadata table from EF 4.1/4.2.
  672. </summary>
  673. </member>
  674. <member name="M:System.Data.Entity.Internal.ModelHashCalculator.Calculate(System.Data.Entity.Infrastructure.DbCompiledModel)">
  675. <summary>
  676. Calculates an SHA256 hash of the EDMX from the given code first model. This is the hash stored in
  677. the database in the EdmMetadata table in EF 4.1/4.2. The hash is always calculated using a v2 schema
  678. as was generated by EF 4.1/4.2 and with the <see cref="T:System.Data.Entity.Infrastructure.EdmMetadata"/> entity included in the model.
  679. </summary>
  680. </member>
  681. <member name="T:System.Data.Entity.Internal.MockingProxies.ObjectContextProxy">
  682. <summary>
  683. Acts as a proxy for <see cref="T:System.Data.Objects.ObjectContext"/> that for the most part just passes calls
  684. through to the real object but uses virtual methods/properties such that uses of the object
  685. can be mocked.
  686. </summary>
  687. </member>
  688. <member name="T:System.Data.Entity.MigrateDatabaseToLatestVersion`2">
  689. <summary>
  690. An implementation of <see cref="T:System.Data.Entity.IDatabaseInitializer`1"/> that will use Code First Migrations
  691. to update the database to the latest version.
  692. </summary>
  693. </member>
  694. <!-- Badly formed XML comment ignored for member "T:System.Data.Entity.IDatabaseInitializer`1" -->
  695. <member name="M:System.Data.Entity.IDatabaseInitializer`1.InitializeDatabase(`0)">
  696. <summary>
  697. Executes the strategy to initialize the database for the given context.
  698. </summary>
  699. <param name = "context">The context.</param>
  700. </member>
  701. <member name="M:System.Data.Entity.MigrateDatabaseToLatestVersion`2.#ctor">
  702. <summary>
  703. Initializes a new instance of the MigrateDatabaseToLatestVersion class.
  704. </summary>
  705. </member>
  706. <member name="M:System.Data.Entity.MigrateDatabaseToLatestVersion`2.#ctor(System.String)">
  707. <summary>
  708. Initializes a new instance of the MigrateDatabaseToLatestVersion class that will
  709. use a specific connection string from the configuration file to connect to
  710. the database to perform the migration.
  711. </summary>
  712. <param name="connectionStringName">The name of the connection string to use for migration.</param>
  713. </member>
  714. <member name="M:System.Data.Entity.MigrateDatabaseToLatestVersion`2.InitializeDatabase(`0)">
  715. <inheritdoc/>
  716. </member>
  717. <member name="T:System.Data.Entity.Migrations.Builders.ColumnBuilder">
  718. <summary>
  719. Helper class that is used to configure a column.
  720. </summary>
  721. </member>
  722. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Binary(System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Byte[],System.String,System.Boolean,System.String,System.String)">
  723. <summary>
  724. Creates a new column definition to store Binary data.
  725. </summary>
  726. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  727. <param name = "maxLength">The maximum allowable length of the array data.</param>
  728. <param name = "fixedLength">Value indicating whether or not all data should be padded to the maximum length.</param>
  729. <param name = "isMaxLength">Value indicating whether or not the maximum length supported by the database provider should be used.</param>
  730. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  731. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  732. <param name = "timestamp">Value indicating whether or not this column should be configured as a timestamp.</param>
  733. <param name = "name">The name of the column.</param>
  734. <param name = "storeType">Provider specific data type to use for this column.</param>
  735. <returns>The newly constructed column definition.</returns>
  736. </member>
  737. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Boolean(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String)">
  738. <summary>
  739. Creates a new column definition to store Boolean data.
  740. </summary>
  741. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  742. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  743. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  744. <param name = "name">The name of the column.</param>
  745. <param name = "storeType">Provider specific data type to use for this column.</param>
  746. <returns>The newly constructed column definition.</returns>
  747. </member>
  748. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Byte(System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Byte},System.String,System.String,System.String)">
  749. <summary>
  750. Creates a new column definition to store Byte data.
  751. </summary>
  752. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  753. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  754. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  755. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  756. <param name = "name">The name of the column.</param>
  757. <param name = "storeType">Provider specific data type to use for this column.</param>
  758. <returns>The newly constructed column definition.</returns>
  759. </member>
  760. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.DateTime(System.Nullable{System.Boolean},System.Nullable{System.Byte},System.Nullable{System.DateTime},System.String,System.String,System.String)">
  761. <summary>
  762. Creates a new column definition to store DateTime data.
  763. </summary>
  764. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  765. <param name = "precision">The precision of the column.</param>
  766. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  767. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  768. <param name = "name">The name of the column.</param>
  769. <param name = "storeType">Provider specific data type to use for this column.</param>
  770. <returns>The newly constructed column definition.</returns>
  771. </member>
  772. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Decimal(System.Nullable{System.Boolean},System.Nullable{System.Byte},System.Nullable{System.Byte},System.Nullable{System.Decimal},System.String,System.String,System.String,System.Boolean)">
  773. <summary>
  774. Creates a new column definition to store Decimal data.
  775. </summary>
  776. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  777. <param name = "precision">The numeric precision of the column.</param>
  778. <param name = "scale">The numeric scale of the column.</param>
  779. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  780. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  781. <param name = "name">The name of the column.</param>
  782. <param name = "storeType">Provider specific data type to use for this column.</param>
  783. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  784. <returns>The newly constructed column definition.</returns>
  785. </member>
  786. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Double(System.Nullable{System.Boolean},System.Nullable{System.Double},System.String,System.String,System.String)">
  787. <summary>
  788. Creates a new column definition to store Double data.
  789. </summary>
  790. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  791. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  792. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  793. <param name = "name">The name of the column.</param>
  794. <param name = "storeType">Provider specific data type to use for this column.</param>
  795. <returns>The newly constructed column definition.</returns>
  796. </member>
  797. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Guid(System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Guid},System.String,System.String,System.String)">
  798. <summary>
  799. Creates a new column definition to store GUID data.
  800. </summary>
  801. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  802. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  803. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  804. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  805. <param name = "name">The name of the column.</param>
  806. <param name = "storeType">Provider specific data type to use for this column.</param>
  807. <returns>The newly constructed column definition.</returns>
  808. </member>
  809. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Single(System.Nullable{System.Boolean},System.Nullable{System.Single},System.String,System.String,System.String)">
  810. <summary>
  811. Creates a new column definition to store Single data.
  812. </summary>
  813. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  814. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  815. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  816. <param name = "name">The name of the column.</param>
  817. <param name = "storeType">Provider specific data type to use for this column.</param>
  818. <returns>The newly constructed column definition.</returns>
  819. </member>
  820. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Short(System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Int16},System.String,System.String,System.String)">
  821. <summary>
  822. Creates a new column definition to store Short data.
  823. </summary>
  824. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  825. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  826. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  827. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  828. <param name = "name">The name of the column.</param>
  829. <param name = "storeType">Provider specific data type to use for this column.</param>
  830. <returns>The newly constructed column definition.</returns>
  831. </member>
  832. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Int(System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Int32},System.String,System.String,System.String)">
  833. <summary>
  834. Creates a new column definition to store Integer data.
  835. </summary>
  836. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  837. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  838. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  839. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  840. <param name = "name">The name of the column.</param>
  841. <param name = "storeType">Provider specific data type to use for this column.</param>
  842. <returns>The newly constructed column definition.</returns>
  843. </member>
  844. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Long(System.Nullable{System.Boolean},System.Boolean,System.Nullable{System.Int64},System.String,System.String,System.String)">
  845. <summary>
  846. Creates a new column definition to store Long data.
  847. </summary>
  848. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  849. <param name = "identity">Value indicating whether or not the database will generate values for this column during insert.</param>
  850. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  851. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  852. <param name = "name">The name of the column.</param>
  853. <param name = "storeType">Provider specific data type to use for this column.</param>
  854. <returns>The newly constructed column definition.</returns>
  855. </member>
  856. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.String(System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String)">
  857. <summary>
  858. Creates a new column definition to store String data.
  859. </summary>
  860. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  861. <param name = "maxLength">The maximum allowable length of the string data.</param>
  862. <param name = "fixedLength">Value indicating whether or not all data should be padded to the maximum length.</param>
  863. <param name = "isMaxLength">Value indicating whether or not the maximum length supported by the database provider should be used.</param>
  864. <param name = "unicode">Value indicating whether or not the column supports Unicode content.</param>
  865. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  866. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  867. <param name = "name">The name of the column.</param>
  868. <param name = "storeType">Provider specific data type to use for this column.</param>
  869. <returns>The newly constructed column definition.</returns>
  870. </member>
  871. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Time(System.Nullable{System.Boolean},System.Nullable{System.Byte},System.Nullable{System.TimeSpan},System.String,System.String,System.String)">
  872. <summary>
  873. Creates a new column definition to store Time data.
  874. </summary>
  875. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  876. <param name = "precision">The precision of the column.</param>
  877. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  878. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  879. <param name = "name">The name of the column.</param>
  880. <param name = "storeType">Provider specific data type to use for this column.</param>
  881. <returns>The newly constructed column definition.</returns>
  882. </member>
  883. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.DateTimeOffset(System.Nullable{System.Boolean},System.Nullable{System.Byte},System.Nullable{System.DateTimeOffset},System.String,System.String,System.String)">
  884. <summary>
  885. Creates a new column definition to store DateTimeOffset data.
  886. </summary>
  887. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  888. <param name = "precision">The precision of the column.</param>
  889. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  890. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  891. <param name = "name">The name of the column.</param>
  892. <param name = "storeType">Provider specific data type to use for this column.</param>
  893. <returns>The newly constructed column definition.</returns>
  894. </member>
  895. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Geography(System.Nullable{System.Boolean},System.Data.Spatial.DbGeography,System.String,System.String,System.String)">
  896. <summary>
  897. Creates a new column definition to store geography data.
  898. </summary>
  899. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  900. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  901. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  902. <param name = "name">The name of the column.</param>
  903. <param name = "storeType">Provider specific data type to use for this column.</param>
  904. <returns>The newly constructed column definition.</returns>
  905. </member>
  906. <member name="M:System.Data.Entity.Migrations.Builders.ColumnBuilder.Geometry(System.Nullable{System.Boolean},System.Data.Spatial.DbGeometry,System.String,System.String,System.String)">
  907. <summary>
  908. Creates a new column definition to store geometry data.
  909. </summary>
  910. <param name = "nullable">Value indicating whether or not the column allows null values.</param>
  911. <param name = "defaultValue">Constant value to use as the default value for this column.</param>
  912. <param name = "defaultValueSql">SQL expression used as the default value for this column.</param>
  913. <param name = "name">The name of the column.</param>
  914. <param name = "storeType">Provider specific data type to use for this column.</param>
  915. <returns>The newly constructed column definition.</returns>
  916. </member>
  917. <member name="T:System.Data.Entity.Migrations.Builders.TableBuilder`1">
  918. <summary>
  919. Helper class that is used to further configure a table being created from a CreateTable call on <see cref="T:System.Data.Entity.Migrations.DbMigration"/>.
  920. </summary>
  921. </member>
  922. <member name="M:System.Data.Entity.Migrations.Builders.TableBuilder`1.#ctor(System.Data.Entity.Migrations.Model.CreateTableOperation,System.Data.Entity.Migrations.DbMigration)">
  923. <summary>
  924. Initializes a new instance of the TableBuilder class.
  925. </summary>
  926. <param name = "createTableOperation">The table creation operation to be further configured.</param>
  927. <param name = "migration">The migration the table is created in.</param>
  928. </member>
  929. <member name="M:System.Data.Entity.Migrations.Builders.TableBuilder`1.PrimaryKey(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.String,System.Object)">
  930. <summary>
  931. Specifies a primary key for the table.
  932. </summary>
  933. <param name = "keyExpression">
  934. A lambda expression representing the property to be used as the primary key.
  935. C#: t => t.Id
  936. VB.Net: Function(t) t.Id
  937. If the primary key is made up of multiple properties then specify an anonymous type including the properties.
  938. C#: t => new { t.Id1, t.Id2 }
  939. VB.Net: Function(t) New With { t.Id1, t.Id2 }
  940. </param>
  941. <param name = "name">
  942. The name of the primary key.
  943. If null is supplied, a default name will be generated.</param>
  944. <param name = "anonymousArguments">
  945. Additional arguments that may be processed by providers.
  946. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  947. </param>
  948. <returns>Itself, so that multiple calls can be chained.</returns>
  949. </member>
  950. <member name="M:System.Data.Entity.Migrations.Builders.TableBuilder`1.Index(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Boolean,System.Object)">
  951. <summary>
  952. Specifies an index to be created on the table.
  953. </summary>
  954. <param name = "indexExpression">
  955. A lambda expression representing the property to be indexed.
  956. C#: t => t.PropertyOne
  957. VB.Net: Function(t) t.PropertyOne
  958. If multiple properties are to be indexed then specify an anonymous type including the properties.
  959. C#: t => new { t.PropertyOne, t.PropertyTwo }
  960. VB.Net: Function(t) New With { t.PropertyOne, t.PropertyTwo }
  961. </param>
  962. <param name = "unique">A value indicating whether or not this is a unique index.</param>
  963. <param name = "anonymousArguments">
  964. Additional arguments that may be processed by providers.
  965. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  966. </param>
  967. <returns>Itself, so that multiple calls can be chained.</returns>
  968. </member>
  969. <member name="M:System.Data.Entity.Migrations.Builders.TableBuilder`1.ForeignKey(System.String,System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Boolean,System.String,System.Object)">
  970. <summary>
  971. Specifies a foreign key constraint to be created on the table.
  972. </summary>
  973. <param name = "principalTable">Name of the table that the foreign key constraint targets.</param>
  974. <param name = "dependentKeyExpression">
  975. A lambda expression representing the properties of the foreign key.
  976. C#: t => t.PropertyOne
  977. VB.Net: Function(t) t.PropertyOne
  978. If multiple properties make up the foreign key then specify an anonymous type including the properties.
  979. C#: t => new { t.PropertyOne, t.PropertyTwo }
  980. VB.Net: Function(t) New With { t.PropertyOne, t.PropertyTwo }</param>
  981. <param name = "cascadeDelete">
  982. A value indicating whether or not cascade delete should be configured on the foreign key constraint.
  983. </param>
  984. <param name = "name">
  985. The name of this foreign key constraint.
  986. If no name is supplied, a default name will be calculated.
  987. </param>
  988. <param name = "anonymousArguments">
  989. Additional arguments that may be processed by providers.
  990. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  991. </param>
  992. <returns>Itself, so that multiple calls can be chained.</returns>
  993. </member>
  994. <member name="T:System.Data.Entity.Migrations.DbMigration">
  995. <summary>
  996. Base class for code-based migrations.
  997. </summary>
  998. </member>
  999. <member name="M:System.Data.Entity.Migrations.DbMigration.Up">
  1000. <summary>
  1001. Operations to be performed during the upgrade process.
  1002. </summary>
  1003. </member>
  1004. <member name="M:System.Data.Entity.Migrations.DbMigration.Down">
  1005. <summary>
  1006. Operations to be performed during the downgrade process.
  1007. </summary>
  1008. </member>
  1009. <member name="M:System.Data.Entity.Migrations.DbMigration.CreateTable``1(System.String,System.Func{System.Data.Entity.Migrations.Builders.ColumnBuilder,``0},System.Object)">
  1010. <summary>
  1011. Adds an operation to create a new table.
  1012. </summary>
  1013. <typeparam name = "TColumns">
  1014. The columns in this create table operation.
  1015. You do not need to specify this type, it will be inferred from the columnsAction parameter you supply.
  1016. </typeparam>
  1017. <param name = "name">The name of the table. Schema name is optional, if no schema is specified then dbo is assumed.</param>
  1018. <param name = "columnsAction">
  1019. An action that specifies the columns to be included in the table.
  1020. i.e. t => new { Id = t.Int(identity: true), Name = t.String() }</param>
  1021. <param name = "anonymousArguments">
  1022. Additional arguments that may be processed by providers.
  1023. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1024. </param>
  1025. <returns>An object that allows further configuration of the table creation operation.</returns>
  1026. </member>
  1027. <member name="M:System.Data.Entity.Migrations.DbMigration.AddForeignKey(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.Object)">
  1028. <summary>
  1029. Adds an operation to create a new foreign key constraint.
  1030. </summary>
  1031. <param name = "dependentTable">
  1032. The table that contains the foreign key column.
  1033. Schema name is optional, if no schema is specified then dbo is assumed.
  1034. </param>
  1035. <param name = "dependentColumn">The foreign key column.</param>
  1036. <param name = "principalTable">
  1037. The table that contains the column this foreign key references.
  1038. Schema name is optional, if no schema is specified then dbo is assumed.
  1039. </param>
  1040. <param name = "principalColumn">
  1041. The column this foreign key references.
  1042. If no value is supplied the primary key of the principal table will be referenced.
  1043. </param>
  1044. <param name = "cascadeDelete">
  1045. A value indicating if cascade delete should be configured for the foreign key relationship.
  1046. If no value is supplied, cascade delete will be off.
  1047. </param>
  1048. <param name = "name">
  1049. The name of the foreign key constraint in the database.
  1050. If no value is supplied a unique name will be generated.
  1051. </param>
  1052. <param name = "anonymousArguments">
  1053. Additional arguments that may be processed by providers.
  1054. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1055. </param>
  1056. </member>
  1057. <member name="M:System.Data.Entity.Migrations.DbMigration.AddForeignKey(System.String,System.String[],System.String,System.String[],System.Boolean,System.String,System.Object)">
  1058. <summary>
  1059. Adds an operation to create a new foreign key constraint.
  1060. </summary>
  1061. <param name = "dependentTable">
  1062. The table that contains the foreign key columns.
  1063. Schema name is optional, if no schema is specified then dbo is assumed.
  1064. </param>
  1065. <param name = "dependentColumns">The foreign key columns.</param>
  1066. <param name = "principalTable">
  1067. The table that contains the columns this foreign key references.
  1068. Schema name is optional, if no schema is specified then dbo is assumed.
  1069. </param>
  1070. <param name = "principalColumns">
  1071. The columns this foreign key references.
  1072. If no value is supplied the primary key of the principal table will be referenced.
  1073. </param>
  1074. <param name = "cascadeDelete">
  1075. A value indicating if cascade delete should be configured for the foreign key relationship.
  1076. If no value is supplied, cascade delete will be off.
  1077. </param>
  1078. <param name = "name">
  1079. The name of the foreign key constraint in the database.
  1080. If no value is supplied a unique name will be generated.
  1081. </param>
  1082. <param name = "anonymousArguments">
  1083. Additional arguments that may be processed by providers.
  1084. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1085. </param>
  1086. </member>
  1087. <member name="M:System.Data.Entity.Migrations.DbMigration.DropForeignKey(System.String,System.String,System.Object)">
  1088. <summary>
  1089. Adds an operation to drop a foreign key constraint based on its name.
  1090. </summary>
  1091. <param name = "dependentTable">
  1092. The table that contains the foreign key column.
  1093. Schema name is optional, if no schema is specified then dbo is assumed.
  1094. </param>
  1095. <param name = "name">The name of the foreign key constraint in the database.</param>
  1096. <param name = "anonymousArguments">
  1097. Additional arguments that may be processed by providers.
  1098. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1099. </param>
  1100. </member>
  1101. <member name="M:System.Data.Entity.Migrations.DbMigration.DropForeignKey(System.String,System.String,System.String,System.String,System.Object)">
  1102. <summary>
  1103. Adds an operation to drop a foreign key constraint based on the column it targets.
  1104. </summary>
  1105. <param name = "dependentTable">
  1106. The table that contains the foreign key column.
  1107. Schema name is optional, if no schema is specified then dbo is assumed.
  1108. </param>
  1109. <param name = "dependentColumn">The foreign key column.</param>
  1110. <param name = "principalTable">
  1111. The table that contains the column this foreign key references.
  1112. Schema name is optional, if no schema is specified then dbo is assumed.
  1113. </param>
  1114. <param name = "principalColumn">The columns this foreign key references.</param>
  1115. <param name = "anonymousArguments">
  1116. Additional arguments that may be processed by providers.
  1117. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1118. </param>
  1119. </member>
  1120. <member name="M:System.Data.Entity.Migrations.DbMigration.DropForeignKey(System.String,System.String[],System.String,System.Object)">
  1121. <summary>
  1122. Adds an operation to drop a foreign key constraint based on the columns it targets.
  1123. </summary>
  1124. <param name = "dependentTable">
  1125. The table that contains the foreign key columns.
  1126. Schema name is optional, if no schema is specified then dbo is assumed.
  1127. </param>
  1128. <param name = "dependentColumns">The foreign key columns.</param>
  1129. <param name = "principalTable">
  1130. The table that contains the columns this foreign key references.
  1131. Schema name is optional, if no schema is specified then dbo is assumed.
  1132. </param>
  1133. <param name = "principalColumns">The columns this foreign key references.</param>
  1134. <param name = "anonymousArguments">
  1135. Additional arguments that may be processed by providers.
  1136. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1137. </param>
  1138. </member>
  1139. <member name="M:System.Data.Entity.Migrations.DbMigration.DropTable(System.String,System.Object)">
  1140. <summary>
  1141. Adds an operation to drop a table.
  1142. </summary>
  1143. <param name = "name">
  1144. The name of the table to be dropped.
  1145. Schema name is optional, if no schema is specified then dbo is assumed.
  1146. </param>
  1147. <param name = "anonymousArguments">
  1148. Additional arguments that may be processed by providers.
  1149. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1150. </param>
  1151. </member>
  1152. <member name="M:System.Data.Entity.Migrations.DbMigration.MoveTable(System.String,System.String,System.Object)">
  1153. <summary>
  1154. Adds an operation to move a table to a new schema.
  1155. </summary>
  1156. <param name = "name">
  1157. The name of the table to be moved.
  1158. Schema name is optional, if no schema is specified then dbo is assumed.
  1159. </param>
  1160. <param name = "newSchema">The schema the table is to be moved to.</param>
  1161. <param name = "anonymousArguments">
  1162. Additional arguments that may be processed by providers.
  1163. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1164. </param>
  1165. </member>
  1166. <member name="M:System.Data.Entity.Migrations.DbMigration.RenameTable(System.String,System.String,System.Object)">
  1167. <summary>
  1168. Adds an operation to rename a table. To change the schema of a table use MoveTable
  1169. </summary>
  1170. <param name = "name">
  1171. The name of the table to be renamed.
  1172. Schema name is optional, if no schema is specified then dbo is assumed.
  1173. </param>
  1174. <param name = "newName">
  1175. The new name for the table.
  1176. Schema name is optional, if no schema is specified then dbo is assumed.
  1177. </param>
  1178. <param name = "anonymousArguments">
  1179. Additional arguments that may be processed by providers.
  1180. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1181. </param>
  1182. </member>
  1183. <member name="M:System.Data.Entity.Migrations.DbMigration.RenameColumn(System.String,System.String,System.String,System.Object)">
  1184. <summary>
  1185. Adds an operation to rename a column.
  1186. </summary>
  1187. <param name = "table">
  1188. The name of the table that contains the column to be renamed.
  1189. Schema name is optional, if no schema is specified then dbo is assumed.
  1190. </param>
  1191. <param name = "name">The name of the column to be renamed.</param>
  1192. <param name = "newName">The new name for the column.</param>
  1193. <param name = "anonymousArguments">
  1194. Additional arguments that may be processed by providers.
  1195. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1196. </param>
  1197. </member>
  1198. <member name="M:System.Data.Entity.Migrations.DbMigration.AddColumn(System.String,System.String,System.Func{System.Data.Entity.Migrations.Builders.ColumnBuilder,System.Data.Entity.Migrations.Model.ColumnModel},System.Object)">
  1199. <summary>
  1200. Adds an operation to add a column to an existing table.
  1201. </summary>
  1202. <param name = "table">
  1203. The name of the table to add the column to.
  1204. Schema name is optional, if no schema is specified then dbo is assumed.
  1205. </param>
  1206. <param name = "name">
  1207. The name of the column to be added.
  1208. </param>
  1209. <param name = "columnAction">
  1210. An action that specifies the column to be added.
  1211. i.e. c => c.Int(nullable: false, defaultValue: 3)
  1212. </param>
  1213. <param name = "anonymousArguments">
  1214. Additional arguments that may be processed by providers.
  1215. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1216. </param>
  1217. </member>
  1218. <member name="M:System.Data.Entity.Migrations.DbMigration.DropColumn(System.String,System.String,System.Object)">
  1219. <summary>
  1220. Adds an operation to drop an existing column.
  1221. </summary>
  1222. <param name = "table">
  1223. The name of the table to drop the column from.
  1224. Schema name is optional, if no schema is specified then dbo is assumed.
  1225. </param>
  1226. <param name = "name">The name of the column to be dropped.</param>
  1227. <param name = "anonymousArguments">
  1228. Additional arguments that may be processed by providers.
  1229. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1230. </param>
  1231. </member>
  1232. <member name="M:System.Data.Entity.Migrations.DbMigration.AlterColumn(System.String,System.String,System.Func{System.Data.Entity.Migrations.Builders.ColumnBuilder,System.Data.Entity.Migrations.Model.ColumnModel},System.Object)">
  1233. <summary>
  1234. Adds an operation to alter the definition of an existing column.
  1235. </summary>
  1236. <param name = "table">
  1237. The name of the table the column exists in.
  1238. Schema name is optional, if no schema is specified then dbo is assumed.
  1239. </param>
  1240. <param name = "name">The name of the column to be changed.</param>
  1241. <param name = "columnAction">
  1242. An action that specifies the new definition for the column.
  1243. i.e. c => c.String(nullable: false, defaultValue: "none")
  1244. </param>
  1245. <param name = "anonymousArguments">
  1246. Additional arguments that may be processed by providers.
  1247. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1248. </param>
  1249. </member>
  1250. <member name="M:System.Data.Entity.Migrations.DbMigration.AddPrimaryKey(System.String,System.String,System.String,System.Object)">
  1251. <summary>
  1252. Adds an operation to create a new primary key.
  1253. </summary>
  1254. <param name = "table">
  1255. The table that contains the primary key column.
  1256. Schema name is optional, if no schema is specified then dbo is assumed.
  1257. </param>
  1258. <param name = "column">The primary key column.</param>
  1259. <param name = "name">
  1260. The name of the primary key in the database.
  1261. If no value is supplied a unique name will be generated.
  1262. </param>
  1263. <param name = "anonymousArguments">
  1264. Additional arguments that may be processed by providers.
  1265. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1266. </param>
  1267. </member>
  1268. <member name="M:System.Data.Entity.Migrations.DbMigration.AddPrimaryKey(System.String,System.String[],System.String,System.Object)">
  1269. <summary>
  1270. Adds an operation to create a new primary key based on multiple columns.
  1271. </summary>
  1272. <param name = "table">
  1273. The table that contains the primary key columns.
  1274. Schema name is optional, if no schema is specified then dbo is assumed.
  1275. </param>
  1276. <param name = "columns">The primary key columns.</param>
  1277. <param name = "name">
  1278. The name of the primary key in the database.
  1279. If no value is supplied a unique name will be generated.
  1280. </param>
  1281. <param name = "anonymousArguments">
  1282. Additional arguments that may be processed by providers.
  1283. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1284. </param>
  1285. </member>
  1286. <member name="M:System.Data.Entity.Migrations.DbMigration.DropPrimaryKey(System.String,System.String,System.Object)">
  1287. <summary>
  1288. Adds an operation to drop an existing primary key that does not have the default name.
  1289. </summary>
  1290. <param name = "table">
  1291. The table that contains the primary key column.
  1292. Schema name is optional, if no schema is specified then dbo is assumed.
  1293. </param>
  1294. <param name = "name">The name of the primary key to be dropped.</param>
  1295. <param name = "anonymousArguments">
  1296. Additional arguments that may be processed by providers.
  1297. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1298. </param>
  1299. </member>
  1300. <member name="M:System.Data.Entity.Migrations.DbMigration.DropPrimaryKey(System.String,System.Object)">
  1301. <summary>
  1302. Adds an operation to drop an existing primary key that was created with the default name.
  1303. </summary>
  1304. <param name = "table">
  1305. The table that contains the primary key column.
  1306. Schema name is optional, if no schema is specified then dbo is assumed.
  1307. </param>
  1308. <param name = "anonymousArguments">
  1309. Additional arguments that may be processed by providers.
  1310. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1311. </param>
  1312. </member>
  1313. <member name="M:System.Data.Entity.Migrations.DbMigration.CreateIndex(System.String,System.String,System.Boolean,System.String,System.Object)">
  1314. <summary>
  1315. Adds an operation to create an index on a single column.
  1316. </summary>
  1317. <param name = "table">
  1318. The name of the table to create the index on.
  1319. Schema name is optional, if no schema is specified then dbo is assumed.
  1320. </param>
  1321. <param name = "column">The name of the column to create the index on.</param>
  1322. <param name = "unique">
  1323. A value indicating if this is a unique index.
  1324. If no value is supplied a non-unique index will be created.
  1325. </param>
  1326. <param name = "name">
  1327. The name to use for the index in the database.
  1328. If no value is supplied a unique name will be generated.
  1329. </param>
  1330. <param name = "anonymousArguments">
  1331. Additional arguments that may be processed by providers.
  1332. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1333. </param>
  1334. </member>
  1335. <member name="M:System.Data.Entity.Migrations.DbMigration.CreateIndex(System.String,System.String[],System.Boolean,System.String,System.Object)">
  1336. <summary>
  1337. Adds an operation to create an index on multiple columns.
  1338. </summary>
  1339. <param name = "table">
  1340. The name of the table to create the index on.
  1341. Schema name is optional, if no schema is specified then dbo is assumed.
  1342. </param>
  1343. <param name = "columns">The name of the columns to create the index on.</param>
  1344. <param name = "unique">
  1345. A value indicating if this is a unique index.
  1346. If no value is supplied a non-unique index will be created.
  1347. </param>
  1348. <param name = "name">
  1349. The name to use for the index in the database.
  1350. If no value is supplied a unique name will be generated.
  1351. </param>
  1352. <param name = "anonymousArguments">
  1353. Additional arguments that may be processed by providers.
  1354. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1355. </param>
  1356. </member>
  1357. <member name="M:System.Data.Entity.Migrations.DbMigration.DropIndex(System.String,System.String,System.Object)">
  1358. <summary>
  1359. Adds an operation to drop an index based on its name.
  1360. </summary>
  1361. <param name = "table">
  1362. The name of the table to drop the index from.
  1363. Schema name is optional, if no schema is specified then dbo is assumed.
  1364. </param>
  1365. <param name = "name">The name of the index to be dropped.</param>
  1366. <param name = "anonymousArguments">
  1367. Additional arguments that may be processed by providers.
  1368. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1369. </param>
  1370. </member>
  1371. <member name="M:System.Data.Entity.Migrations.DbMigration.DropIndex(System.String,System.String[],System.Object)">
  1372. <summary>
  1373. Adds an operation to drop an index based on the columns it targets.
  1374. </summary>
  1375. <param name = "table">
  1376. The name of the table to drop the index from.
  1377. Schema name is optional, if no schema is specified then dbo is assumed.
  1378. </param>
  1379. <param name = "columns">The name of the column(s) the index targets.</param>
  1380. <param name = "anonymousArguments">
  1381. Additional arguments that may be processed by providers.
  1382. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1383. </param>
  1384. </member>
  1385. <member name="M:System.Data.Entity.Migrations.DbMigration.Sql(System.String,System.Boolean,System.Object)">
  1386. <summary>
  1387. Adds an operation to execute a SQL command.
  1388. </summary>
  1389. <param name = "sql">The SQL to be executed.</param>
  1390. <param name = "suppressTransaction">
  1391. A value indicating if the SQL should be executed outside of the
  1392. transaction being used for the migration process.
  1393. If no value is supplied the SQL will be executed within the transaction.
  1394. </param>
  1395. <param name = "anonymousArguments">
  1396. Additional arguments that may be processed by providers.
  1397. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  1398. </param>
  1399. </member>
  1400. <member name="T:System.Data.Entity.Migrations.DbMigrationsConfiguration">
  1401. <summary>
  1402. Configuration relating to the use of migrations for a given model.
  1403. You will typically create a configuration class that derives
  1404. from <see cref="T:System.Data.Entity.Migrations.DbMigrationsConfiguration`1"/> rather than
  1405. using this class.
  1406. </summary>
  1407. </member>
  1408. <member name="M:System.Data.Entity.Migrations.DbMigrationsConfiguration.#ctor">
  1409. <summary>
  1410. Initializes a new instance of the DbMigrationsConfiguration class.
  1411. </summary>
  1412. </member>
  1413. <member name="M:System.Data.Entity.Migrations.DbMigrationsConfiguration.SetSqlGenerator(System.String,System.Data.Entity.Migrations.Sql.MigrationSqlGenerator)">
  1414. <summary>
  1415. Adds a new SQL generator to be used for a given database provider.
  1416. </summary>
  1417. <param name = "providerInvariantName">Name of the database provider to set the SQL generator for.</param>
  1418. <param name = "migrationSqlGenerator">The SQL generator to be used.</param>
  1419. </member>
  1420. <member name="M:System.Data.Entity.Migrations.DbMigrationsConfiguration.GetSqlGenerator(System.String)">
  1421. <summary>
  1422. Gets the SQL generator that is set to be used with a given database provider.
  1423. </summary>
  1424. <param name = "providerInvariantName">Name of the database provider to get the SQL generator for.</param>
  1425. <returns>The SQL generator that is set for the database provider.</returns>
  1426. </member>
  1427. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.AutomaticMigrationsEnabled">
  1428. <summary>
  1429. Gets or sets a value indicating if automatic migrations can be used when migration the database.
  1430. </summary>
  1431. </member>
  1432. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.AutomaticMigrationDataLossAllowed">
  1433. <summary>
  1434. Gets or sets a value indicating if data loss is acceptable during automatic migration.
  1435. If set to false an exception will be thrown if data loss may occur as part of an automatic migration.
  1436. </summary>
  1437. </member>
  1438. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.ContextType">
  1439. <summary>
  1440. Gets or sets the derived DbContext representing the model to be migrated.
  1441. </summary>
  1442. </member>
  1443. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.MigrationsNamespace">
  1444. <summary>
  1445. Gets or sets the namespace used for code-based migrations.
  1446. </summary>
  1447. </member>
  1448. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.MigrationsDirectory">
  1449. <summary>
  1450. Gets or sets the sub-directory that code-based migrations are stored in.
  1451. </summary>
  1452. </member>
  1453. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.CodeGenerator">
  1454. <summary>
  1455. Gets or sets the code generator to be used when scaffolding migrations.
  1456. </summary>
  1457. </member>
  1458. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.MigrationsAssembly">
  1459. <summary>
  1460. Gets or sets the assembly containing code-based migrations.
  1461. </summary>
  1462. </member>
  1463. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.TargetDatabase">
  1464. <summary>
  1465. Gets or sets a value to override the connection of the database to be migrated.
  1466. </summary>
  1467. </member>
  1468. <member name="P:System.Data.Entity.Migrations.DbMigrationsConfiguration.CommandTimeout">
  1469. <summary>
  1470. Gets or sets the timeout value used for the individual commands within a
  1471. migration. A null value indicates that the default value of the underlying
  1472. provider will be used.
  1473. </summary>
  1474. </member>
  1475. <member name="T:System.Data.Entity.Migrations.DbMigrationsConfiguration`1">
  1476. <summary>
  1477. Configuration relating to the use of migrations for a given model.
  1478. </summary>
  1479. <typeparam name = "TContext">The context representing the model that this configuration applies to.</typeparam>
  1480. </member>
  1481. <member name="M:System.Data.Entity.Migrations.DbMigrationsConfiguration`1.#ctor">
  1482. <summary>
  1483. Initializes a new instance of the DbMigrationsConfiguration class.
  1484. </summary>
  1485. </member>
  1486. <member name="M:System.Data.Entity.Migrations.DbMigrationsConfiguration`1.Seed(`0)">
  1487. <summary>
  1488. Runs after upgrading to the latest migration to allow seed data to be updated.
  1489. </summary>
  1490. <param name = "context">Context to be used for updating seed data.</param>
  1491. </member>
  1492. <member name="T:System.Data.Entity.Migrations.DbMigrator">
  1493. <summary>
  1494. DbMigrator is used to apply existing migrations to a database.
  1495. DbMigrator can be used to upgrade and downgrade to any given migration.
  1496. To scaffold migrations based on changes to your model use <see cref="T:System.Data.Entity.Migrations.Design.MigrationScaffolder"/>
  1497. </summary>
  1498. </member>
  1499. <member name="T:System.Data.Entity.Migrations.Infrastructure.MigratorBase">
  1500. <summary>
  1501. Base class for decorators that wrap the core <see cref="T:System.Data.Entity.Migrations.DbMigrator"/>
  1502. </summary>
  1503. </member>
  1504. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.#ctor(System.Data.Entity.Migrations.Infrastructure.MigratorBase)">
  1505. <summary>
  1506. Initializes a new instance of the MigratorBase class.
  1507. </summary>
  1508. <param name = "innerMigrator">The migrator that this decorator is wrapping.</param>
  1509. </member>
  1510. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.GetPendingMigrations">
  1511. <summary>
  1512. Gets a list of the pending migrations that have not been applied to the database.
  1513. </summary>
  1514. <returns>List of migration Ids</returns>
  1515. </member>
  1516. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update">
  1517. <summary>
  1518. Updates the target database to the latest migration.
  1519. </summary>
  1520. </member>
  1521. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(System.String)">
  1522. <summary>
  1523. Updates the target database to a given migration.
  1524. </summary>
  1525. <param name = "targetMigration">The migration to upgrade/downgrade to.</param>
  1526. </member>
  1527. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.GetLocalMigrations">
  1528. <summary>
  1529. Gets a list of the migrations that are defined in the assembly.
  1530. </summary>
  1531. <returns>List of migration Ids</returns>
  1532. </member>
  1533. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorBase.GetDatabaseMigrations">
  1534. <summary>
  1535. Gets a list of the migrations that have been applied to the database.
  1536. </summary>
  1537. <returns>List of migration Ids</returns>
  1538. </member>
  1539. <member name="P:System.Data.Entity.Migrations.Infrastructure.MigratorBase.Configuration">
  1540. <summary>
  1541. Gets the configuration being used for the migrations process.
  1542. </summary>
  1543. </member>
  1544. <member name="F:System.Data.Entity.Migrations.DbMigrator.InitialDatabase">
  1545. <summary>
  1546. Migration Id representing the state of the database before any migrations are applied.
  1547. </summary>
  1548. </member>
  1549. <member name="M:System.Data.Entity.Migrations.DbMigrator.#ctor(System.Data.Entity.Migrations.DbMigrationsConfiguration)">
  1550. <summary>
  1551. Initializes a new instance of the DbMigrator class.
  1552. </summary>
  1553. <param name = "configuration">Configuration to be used for the migration process.</param>
  1554. </member>
  1555. <member name="M:System.Data.Entity.Migrations.DbMigrator.GetLocalMigrations">
  1556. <summary>
  1557. Gets all migrations that are defined in the configured migrations assembly.
  1558. </summary>
  1559. </member>
  1560. <member name="M:System.Data.Entity.Migrations.DbMigrator.GetDatabaseMigrations">
  1561. <summary>
  1562. Gets all migrations that have been applied to the target database.
  1563. </summary>
  1564. </member>
  1565. <member name="M:System.Data.Entity.Migrations.DbMigrator.GetPendingMigrations">
  1566. <summary>
  1567. Gets all migrations that are defined in the assembly but haven't been applied to the target database.
  1568. </summary>
  1569. </member>
  1570. <member name="M:System.Data.Entity.Migrations.DbMigrator.Update(System.String)">
  1571. <summary>
  1572. Updates the target database to a given migration.
  1573. </summary>
  1574. <param name = "targetMigration">The migration to upgrade/downgrade to.</param>
  1575. </member>
  1576. <member name="P:System.Data.Entity.Migrations.DbMigrator.Configuration">
  1577. <summary>
  1578. Gets the configuration that is being used for the migration process.
  1579. </summary>
  1580. </member>
  1581. <member name="T:System.Data.Entity.Migrations.IDbSetExtensions">
  1582. <summary>
  1583. A set of extension methods for <see cref="T:System.Data.Entity.IDbSet`1"/>
  1584. </summary>
  1585. </member>
  1586. <member name="M:System.Data.Entity.Migrations.IDbSetExtensions.AddOrUpdate``1(System.Data.Entity.IDbSet{``0},``0[])">
  1587. <summary>
  1588. Adds or updates entities by key when SaveChanges is called. Equivalent to an "upsert" operation
  1589. from database terminology.
  1590. This method can useful when seeding data using Migrations.
  1591. </summary>
  1592. <param name = "entities">The entities to add or update.</param>
  1593. <remarks>
  1594. When the <param name="set"/> parameter is a custom or fake IDbSet implementation, this method will
  1595. attempt to locate and invoke a public, instance method with the same signature as this extension method.
  1596. </remarks>
  1597. </member>
  1598. <member name="M:System.Data.Entity.Migrations.IDbSetExtensions.AddOrUpdate``1(System.Data.Entity.IDbSet{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},``0[])">
  1599. <summary>
  1600. Adds or updates entities by a custom identification expression when SaveChanges is called.
  1601. Equivalent to an "upsert" operation from database terminology.
  1602. This method can useful when seeding data using Migrations.
  1603. </summary>
  1604. <param name = "identifierExpression">
  1605. An expression specifying the properties that should be used when determining
  1606. whether an Add or Update operation should be performed.
  1607. </param>
  1608. <param name = "entities">The entities to add or update.</param>
  1609. <remarks>
  1610. When the <param name="set"/> parameter is a custom or fake IDbSet implementation, this method will
  1611. attempt to locate and invoke a public, instance method with the same signature as this extension method.
  1612. </remarks>
  1613. </member>
  1614. <member name="T:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator">
  1615. <summary>
  1616. Generates C# code for a code-based migration.
  1617. </summary>
  1618. </member>
  1619. <member name="T:System.Data.Entity.Migrations.Design.MigrationCodeGenerator">
  1620. <summary>
  1621. Base class for providers that generate code for code-based migrations.
  1622. </summary>
  1623. </member>
  1624. <member name="M:System.Data.Entity.Migrations.Design.MigrationCodeGenerator.Generate(System.String,System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String,System.String,System.String,System.String)">
  1625. <summary>
  1626. Generates the code that should be added to the users project.
  1627. </summary>
  1628. <param name = "migrationId">Unique identifier of the migration.</param>
  1629. <param name = "operations">Operations to be performed by the migration.</param>
  1630. <param name = "sourceModel">Source model to be stored in the migration metadata.</param>
  1631. <param name = "targetModel">Target model to be stored in the migration metadata.</param>
  1632. <param name = "namespace">Namespace that code should be generated in.</param>
  1633. <param name = "className">Name of the class that should be generated.</param>
  1634. <returns>The generated code.</returns>
  1635. </member>
  1636. <member name="M:System.Data.Entity.Migrations.Design.MigrationCodeGenerator.GetNamespaces(System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation})">
  1637. <summary>
  1638. Gets the namespaces that must be output as "using" or "Imports" directives to handle
  1639. the code generated by the given operations.
  1640. </summary>
  1641. <param name="operations">The operations for which code is going to be generated.</param>
  1642. <returns>An ordered list of namespace names.</returns>
  1643. </member>
  1644. <member name="M:System.Data.Entity.Migrations.Design.MigrationCodeGenerator.GetDefaultNamespaces(System.Boolean)">
  1645. <summary>
  1646. Gets the default namespaces that must be output as "using" or "Imports" directives for
  1647. any code generated.
  1648. </summary>
  1649. <param name = "designer">A value indicating if this class is being generated for a code-behind file.</param>
  1650. <returns>An ordered list of namespace names.</returns>
  1651. </member>
  1652. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.String,System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String,System.String,System.String,System.String)">
  1653. <inheritdoc />
  1654. </member>
  1655. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String,System.String)">
  1656. <summary>
  1657. Generates the primary code file that the user can view and edit.
  1658. </summary>
  1659. <param name = "operations">Operations to be performed by the migration.</param>
  1660. <param name = "namespace">Namespace that code should be generated in.</param>
  1661. <param name = "className">Name of the class that should be generated.</param>
  1662. <returns>The generated code.</returns>
  1663. </member>
  1664. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.String,System.String,System.String,System.String,System.String)">
  1665. <summary>
  1666. Generates the code behind file with migration metadata.
  1667. </summary>
  1668. <param name = "migrationId">Unique identifier of the migration.</param>
  1669. <param name = "sourceModel">Source model to be stored in the migration metadata.</param>
  1670. <param name = "targetModel">Target model to be stored in the migration metadata.</param>
  1671. <param name = "namespace">Namespace that code should be generated in.</param>
  1672. <param name = "className">Name of the class that should be generated.</param>
  1673. <returns>The generated code.</returns>
  1674. </member>
  1675. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.WriteProperty(System.String,System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1676. <summary>
  1677. Generates a property to return the source or target model in the code behind file.
  1678. </summary>
  1679. <param name = "name">Name of the property.</param>
  1680. <param name = "value">Value to be returned.</param>
  1681. <param name = "writer">Text writer to add the generated code to.</param>
  1682. </member>
  1683. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.WriteClassStart(System.String,System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter,System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
  1684. <summary>
  1685. Generates a namespace, using statements and class definition.
  1686. </summary>
  1687. <param name = "namespace">Namespace that code should be generated in.</param>
  1688. <param name = "className">Name of the class that should be generated.</param>
  1689. <param name = "writer">Text writer to add the generated code to.</param>
  1690. <param name = "base">Base class for the generated class.</param>
  1691. <param name = "designer">A value indicating if this class is being generated for a code-behind file.</param>
  1692. <param name="namespaces">Namespaces for which using directives will be added. If null, then the namespaces returned from GetDefaultNamespaces will be used.</param>
  1693. </member>
  1694. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.WriteClassEnd(System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1695. <summary>
  1696. Generates the closing code for a class that was started with WriteClassStart.
  1697. </summary>
  1698. <param name = "writer">Text writer to add the generated code to.</param>
  1699. </member>
  1700. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1701. <summary>
  1702. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddColumnOperation"/>.
  1703. </summary>
  1704. <param name="addColumnOperation">The operation to generate code for.</param>
  1705. <param name="writer">Text writer to add the generated code to.</param>
  1706. </member>
  1707. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1708. <summary>
  1709. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropColumnOperation"/>.
  1710. </summary>
  1711. <param name="dropColumnOperation">The operation to generate code for.</param>
  1712. <param name="writer">Text writer to add the generated code to.</param>
  1713. </member>
  1714. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AlterColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1715. <summary>
  1716. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AlterColumnOperation"/>.
  1717. </summary>
  1718. <param name="alterColumnOperation">The operation to generate code for.</param>
  1719. <param name="writer">Text writer to add the generated code to.</param>
  1720. </member>
  1721. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.CreateTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1722. <summary>
  1723. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  1724. </summary>
  1725. <param name="createTableOperation">The operation to generate code for.</param>
  1726. <param name="writer">Text writer to add the generated code to.</param>
  1727. </member>
  1728. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1729. <summary>
  1730. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  1731. </summary>
  1732. <param name="addPrimaryKeyOperation">The operation to generate code for.</param>
  1733. <param name="writer">Text writer to add the generated code to.</param>
  1734. </member>
  1735. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.AddForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1736. <summary>
  1737. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  1738. </summary>
  1739. <param name="addForeignKeyOperation">The operation to generate code for.</param>
  1740. <param name="writer">Text writer to add the generated code to.</param>
  1741. </member>
  1742. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.CreateIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1743. <summary>
  1744. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateIndexOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  1745. </summary>
  1746. <param name="createIndexOperation">The operation to generate code for.</param>
  1747. <param name="writer">Text writer to add the generated code to.</param>
  1748. </member>
  1749. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Collections.Generic.IEnumerable{System.String},System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1750. <summary>
  1751. Generates code to specify a set of column names using a lambda expression.
  1752. </summary>
  1753. <param name = "columns">The columns to generate code for.</param>
  1754. <param name = "writer">Text writer to add the generated code to.</param>
  1755. </member>
  1756. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1757. <summary>
  1758. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation"/>.
  1759. </summary>
  1760. <param name="addPrimaryKeyOperation">The operation to generate code for.</param>
  1761. <param name="writer">Text writer to add the generated code to.</param>
  1762. </member>
  1763. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1764. <summary>
  1765. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation"/>.
  1766. </summary>
  1767. <param name="dropPrimaryKeyOperation">The operation to generate code for.</param>
  1768. <param name="writer">Text writer to add the generated code to.</param>
  1769. </member>
  1770. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1771. <summary>
  1772. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation"/>.
  1773. </summary>
  1774. <param name="addForeignKeyOperation">The operation to generate code for.</param>
  1775. <param name="writer">Text writer to add the generated code to.</param>
  1776. </member>
  1777. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1778. <summary>
  1779. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropForeignKeyOperation"/>.
  1780. </summary>
  1781. <param name="dropForeignKeyOperation">The operation to generate code for.</param>
  1782. <param name="writer">Text writer to add the generated code to.</param>
  1783. </member>
  1784. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.CreateIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1785. <summary>
  1786. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateIndexOperation"/>.
  1787. </summary>
  1788. <param name="createIndexOperation">The operation to generate code for.</param>
  1789. <param name="writer">Text writer to add the generated code to.</param>
  1790. </member>
  1791. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1792. <summary>
  1793. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropIndexOperation"/>.
  1794. </summary>
  1795. <param name="dropIndexOperation">The operation to generate code for.</param>
  1796. <param name="writer">Text writer to add the generated code to.</param>
  1797. </member>
  1798. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.ColumnModel,System.Data.Entity.Migrations.Utilities.IndentedTextWriter,System.Boolean)">
  1799. <summary>
  1800. Generates code to specify the definition for a <see cref="T:System.Data.Entity.Migrations.Model.ColumnModel"/>.
  1801. </summary>
  1802. <param name="column">The column definition to generate code for.</param>
  1803. <param name="writer">Text writer to add the generated code to.</param>
  1804. <param name="emitName">A value indicating whether to include the column name in the definition.</param>
  1805. </member>
  1806. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Byte[])">
  1807. <summary>
  1808. Generates code to specify the default value for a <see cref = "T:byte[]" /> column.
  1809. </summary>
  1810. <param name = "defaultValue">The value to be used as the default.</param>
  1811. <returns>Code representing the default value.</returns>
  1812. </member>
  1813. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.DateTime)">
  1814. <summary>
  1815. Generates code to specify the default value for a <see cref="T:System.DateTime"/> column.
  1816. </summary>
  1817. <param name="defaultValue">The value to be used as the default.</param>
  1818. <returns>Code representing the default value.</returns>
  1819. </member>
  1820. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.DateTimeOffset)">
  1821. <summary>
  1822. Generates code to specify the default value for a <see cref="T:System.DateTimeOffset"/> column.
  1823. </summary>
  1824. <param name="defaultValue">The value to be used as the default.</param>
  1825. <returns>Code representing the default value.</returns>
  1826. </member>
  1827. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Byte)">
  1828. <summary>
  1829. Generates code to specify the default value for a <see cref="T:System.Byte"/> column.
  1830. </summary>
  1831. <param name="defaultValue">The value to be used as the default.</param>
  1832. <returns>Code representing the default value.</returns>
  1833. </member>
  1834. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Decimal)">
  1835. <summary>
  1836. Generates code to specify the default value for a <see cref="T:System.Decimal"/> column.
  1837. </summary>
  1838. <param name="defaultValue">The value to be used as the default.</param>
  1839. <returns>Code representing the default value.</returns>
  1840. </member>
  1841. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Guid)">
  1842. <summary>
  1843. Generates code to specify the default value for a <see cref="T:System.Guid"/> column.
  1844. </summary>
  1845. <param name="defaultValue">The value to be used as the default.</param>
  1846. <returns>Code representing the default value.</returns>
  1847. </member>
  1848. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Int64)">
  1849. <summary>
  1850. Generates code to specify the default value for a <see cref="T:System.Int64"/> column.
  1851. </summary>
  1852. <param name="defaultValue">The value to be used as the default.</param>
  1853. <returns>Code representing the default value.</returns>
  1854. </member>
  1855. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Single)">
  1856. <summary>
  1857. Generates code to specify the default value for a <see cref="T:System.Single"/> column.
  1858. </summary>
  1859. <param name="defaultValue">The value to be used as the default.</param>
  1860. <returns>Code representing the default value.</returns>
  1861. </member>
  1862. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.String)">
  1863. <summary>
  1864. Generates code to specify the default value for a <see cref="T:System.String"/> column.
  1865. </summary>
  1866. <param name="defaultValue">The value to be used as the default.</param>
  1867. <returns>Code representing the default value.</returns>
  1868. </member>
  1869. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.TimeSpan)">
  1870. <summary>
  1871. Generates code to specify the default value for a <see cref="T:System.TimeSpan"/> column.
  1872. </summary>
  1873. <param name="defaultValue">The value to be used as the default.</param>
  1874. <returns>Code representing the default value.</returns>
  1875. </member>
  1876. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Spatial.DbGeography)">
  1877. <summary>
  1878. Generates code to specify the default value for a <see cref="T:System.Data.Spatial.DbGeography"/> column.
  1879. </summary>
  1880. <param name="defaultValue">The value to be used as the default.</param>
  1881. <returns>Code representing the default value.</returns>
  1882. </member>
  1883. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Spatial.DbGeometry)">
  1884. <summary>
  1885. Generates code to specify the default value for a <see cref="T:System.Data.Spatial.DbGeometry"/> column.
  1886. </summary>
  1887. <param name="defaultValue">The value to be used as the default.</param>
  1888. <returns>Code representing the default value.</returns>
  1889. </member>
  1890. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Object)">
  1891. <summary>
  1892. Generates code to specify the default value for a column of unknown data type.
  1893. </summary>
  1894. <param name = "defaultValue">The value to be used as the default.</param>
  1895. <returns>Code representing the default value.</returns>
  1896. </member>
  1897. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1898. <summary>
  1899. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropTableOperation"/>.
  1900. </summary>
  1901. <param name="dropTableOperation">The operation to generate code for.</param>
  1902. <param name="writer">Text writer to add the generated code to.</param>
  1903. </member>
  1904. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.MoveTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1905. <summary>
  1906. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.MoveTableOperation"/>.
  1907. </summary>
  1908. <param name="moveTableOperation">The operation to generate code for.</param>
  1909. <param name="writer">Text writer to add the generated code to.</param>
  1910. </member>
  1911. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.RenameTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1912. <summary>
  1913. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.RenameTableOperation"/>.
  1914. </summary>
  1915. <param name="renameTableOperation">The operation to generate code for.</param>
  1916. <param name="writer">Text writer to add the generated code to.</param>
  1917. </member>
  1918. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.RenameColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1919. <summary>
  1920. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.RenameColumnOperation"/>.
  1921. </summary>
  1922. <param name="renameColumnOperation">The operation to generate code for.</param>
  1923. <param name="writer">Text writer to add the generated code to.</param>
  1924. </member>
  1925. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.SqlOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  1926. <summary>
  1927. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.SqlOperation"/>.
  1928. </summary>
  1929. <param name="sqlOperation">The operation to generate code for.</param>
  1930. <param name="writer">Text writer to add the generated code to.</param>
  1931. </member>
  1932. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.ScrubName(System.String)">
  1933. <summary>
  1934. Removes any invalid characters from the name of an database artifact.
  1935. </summary>
  1936. <param name = "name">The name to be scrubbed.</param>
  1937. <returns>The scrubbed name.</returns>
  1938. </member>
  1939. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.TranslateColumnType(System.Data.Metadata.Edm.PrimitiveTypeKind)">
  1940. <summary>
  1941. Gets the type name to use for a column of the given data type.
  1942. </summary>
  1943. <param name = "primitiveTypeKind">The data type to translate.</param>
  1944. <returns>The type name to use in the generated migration.</returns>
  1945. </member>
  1946. <member name="M:System.Data.Entity.Migrations.Design.CSharpMigrationCodeGenerator.Quote(System.String)">
  1947. <summary>
  1948. Quotes an identifier using appropriate escaping to allow it to be stored in a string.
  1949. </summary>
  1950. <param name = "identifier">The identifier to be quoted.</param>
  1951. <returns>The quoted identifier.</returns>
  1952. </member>
  1953. <member name="T:System.Data.Entity.Migrations.Design.MigrationScaffolder">
  1954. <summary>
  1955. Scaffolds code-based migrations to apply pending model changes to the database.
  1956. </summary>
  1957. </member>
  1958. <member name="M:System.Data.Entity.Migrations.Design.MigrationScaffolder.#ctor(System.Data.Entity.Migrations.DbMigrationsConfiguration)">
  1959. <summary>
  1960. Initializes a new instance of the MigrationScaffolder class.
  1961. </summary>
  1962. <param name = "migrationsConfiguration">Configuration to be used for scaffolding.</param>
  1963. </member>
  1964. <member name="M:System.Data.Entity.Migrations.Design.MigrationScaffolder.Scaffold(System.String)">
  1965. <summary>
  1966. Scaffolds a code based migration to apply any pending model changes to the database.
  1967. </summary>
  1968. <param name = "migrationName">The name to use for the scaffolded migration.</param>
  1969. <returns>The scaffolded migration.</returns>
  1970. </member>
  1971. <member name="M:System.Data.Entity.Migrations.Design.MigrationScaffolder.Scaffold(System.String,System.Boolean)">
  1972. <summary>
  1973. Scaffolds a code based migration to apply any pending model changes to the database.
  1974. </summary>
  1975. <param name="migrationName">The name to use for the scaffolded migration.</param>
  1976. <param name="ignoreChanges">Whether or not to include model changes.</param>
  1977. <returns>The scaffolded migration.</returns>
  1978. </member>
  1979. <member name="M:System.Data.Entity.Migrations.Design.MigrationScaffolder.ScaffoldInitialCreate">
  1980. <summary>
  1981. Scaffolds the initial code-based migration corresponding to a previously run database initializer.
  1982. </summary>
  1983. <returns>The scaffolded migration.</returns>
  1984. </member>
  1985. <member name="P:System.Data.Entity.Migrations.Design.MigrationScaffolder.Namespace">
  1986. <summary>
  1987. Gets or sets the namespace used in the migration's generated code.
  1988. By default, this is the same as MigrationsNamespace on the migrations
  1989. configuration object passed into the constructor. For VB.NET projects, this
  1990. will need to be updated to take into account the project's root namespace.
  1991. </summary>
  1992. </member>
  1993. <member name="T:System.Data.Entity.Migrations.Design.ScaffoldedMigration">
  1994. <summary>
  1995. Represents a code-based migration that has been scaffolded and is ready to be written to a file.
  1996. </summary>
  1997. </member>
  1998. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.MigrationId">
  1999. <summary>
  2000. Gets or sets the unique identifier for this migration.
  2001. Typically used for the file name of the generated code.
  2002. </summary>
  2003. </member>
  2004. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.UserCode">
  2005. <summary>
  2006. Gets or sets the scaffolded migration code that the user can edit.
  2007. </summary>
  2008. </member>
  2009. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.DesignerCode">
  2010. <summary>
  2011. Gets or sets the scaffolded migration code that should be stored in a code behind file.
  2012. </summary>
  2013. </member>
  2014. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.Language">
  2015. <summary>
  2016. Gets or sets the programming language used for this migration.
  2017. Typically used for the file extension of the generated code.
  2018. </summary>
  2019. </member>
  2020. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.Directory">
  2021. <summary>
  2022. Gets or sets the subdirectory in the user's project that this migration should be saved in.
  2023. </summary>
  2024. </member>
  2025. <member name="P:System.Data.Entity.Migrations.Design.ScaffoldedMigration.Resources">
  2026. <summary>
  2027. Gets a dictionary of string resources to add to the migration resource file.
  2028. </summary>
  2029. </member>
  2030. <member name="T:System.Data.Entity.Migrations.Design.ToolingException">
  2031. <summary>
  2032. Represents an exception that occurred while running an operation in another AppDomain in the <see cref="T:System.Data.Entity.Migrations.Design.ToolingFacade"/>.
  2033. </summary>
  2034. </member>
  2035. <member name="M:System.Data.Entity.Migrations.Design.ToolingException.#ctor(System.String,System.String,System.String)">
  2036. <summary>
  2037. Initializes a new instance of the ToolingException class.
  2038. </summary>
  2039. <param name = "message">Error that explains the reason for the exception.</param>
  2040. <param name = "innerType">The type of the exception that was thrown.</param>
  2041. <param name = "innerStackTrace">The stack trace of the exception that was thrown.</param>
  2042. </member>
  2043. <member name="M:System.Data.Entity.Migrations.Design.ToolingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2044. <inheritdoc />
  2045. </member>
  2046. <member name="M:System.Data.Entity.Migrations.Design.ToolingException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2047. <inheritdoc />
  2048. </member>
  2049. <member name="P:System.Data.Entity.Migrations.Design.ToolingException.InnerType">
  2050. <summary>
  2051. Gets the type of the exception that was thrown.
  2052. </summary>
  2053. </member>
  2054. <member name="P:System.Data.Entity.Migrations.Design.ToolingException.InnerStackTrace">
  2055. <summary>
  2056. Gets the stack trace of the exception that was thrown.
  2057. </summary>
  2058. </member>
  2059. <member name="T:System.Data.Entity.Migrations.Design.ToolingFacade">
  2060. <summary>
  2061. Helper class that is used by design time tools to run migrations related
  2062. commands that need to interact with an application that is being edited
  2063. in Visual Studio.
  2064. Because the application is being edited the assemblies need to
  2065. be loaded in a separate AppDomain to ensure the latest version
  2066. is always loaded.
  2067. The App/Web.config file from the startup project is also copied
  2068. to ensure that any configuration is applied.
  2069. </summary>
  2070. </member>
  2071. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.#ctor(System.String,System.String,System.String,System.String,System.String,System.Data.Entity.Infrastructure.DbConnectionInfo)">
  2072. <summary>
  2073. Initializes a new instance of the ToolingFacade class.
  2074. </summary>
  2075. <param name = "assemblyName">
  2076. The name of the assembly that contains the migrations configuration to be used.
  2077. </param>
  2078. <param name = "configurationTypeName">
  2079. The namespace qualified name of migrations configuration to be used.
  2080. </param>
  2081. <param name = "workingDirectory">
  2082. The working directory containing the compiled assemblies.
  2083. </param>
  2084. <param name = "configurationFilePath">
  2085. The path of the config file from the startup project.
  2086. </param>
  2087. <param name = "dataDirectory">
  2088. The path of the application data directory from the startup project.
  2089. Typically the App_Data directory for web applications or the working directory for executables.
  2090. </param>
  2091. <param name = "connectionStringInfo">
  2092. The connection to the database to be migrated.
  2093. If null is supplied, the default connection for the context will be used.
  2094. </param>
  2095. </member>
  2096. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.Finalize">
  2097. <summary>
  2098. Releases all unmanaged resources used by the facade.
  2099. </summary>
  2100. </member>
  2101. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.GetContextTypes">
  2102. <summary>
  2103. Gets the fully qualified name of all types deriving from <see cref="T:System.Data.Entity.DbContext"/>.
  2104. </summary>
  2105. <returns>All context types found.</returns>
  2106. </member>
  2107. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.GetContextType(System.String)">
  2108. <summary>
  2109. Gets the fully qualified name of a type deriving from <see cref="T:System.Data.Entity.DbContext"/>.
  2110. </summary>
  2111. <param name="contextTypeName">The name of the context type. If null, the single context type found in the assembly will be returned.</param>
  2112. <returns>The context type found.</returns>
  2113. </member>
  2114. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.GetDatabaseMigrations">
  2115. <summary>
  2116. Gets a list of all migrations that have been applied to the database.
  2117. </summary>
  2118. <returns>Ids of applied migrations.</returns>
  2119. </member>
  2120. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.GetPendingMigrations">
  2121. <summary>
  2122. Gets a list of all migrations that have not been applied to the database.
  2123. </summary>
  2124. <returns>Ids of pending migrations.</returns>
  2125. </member>
  2126. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.Update(System.String,System.Boolean)">
  2127. <summary>
  2128. Updates the database to the specified migration.
  2129. </summary>
  2130. <param name = "targetMigration">
  2131. The Id of the migration to migrate to.
  2132. If null is supplied, the database will be updated to the latest migration.
  2133. </param>
  2134. <param name = "force">Value indicating if data loss during automatic migration is acceptable.</param>
  2135. </member>
  2136. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.ScriptUpdate(System.String,System.String,System.Boolean)">
  2137. <summary>
  2138. Generates a SQL script to migrate between two migrations.
  2139. </summary>
  2140. <param name = "sourceMigration">
  2141. The migration to update from.
  2142. If null is supplied, a script to update the current database will be produced.
  2143. </param>
  2144. <param name = "targetMigration">
  2145. The migration to update to.
  2146. If null is supplied, a script to update to the latest migration will be produced.
  2147. </param>
  2148. <param name = "force">Value indicating if data loss during automatic migration is acceptable.</param>
  2149. <returns>The generated SQL script.</returns>
  2150. </member>
  2151. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.Scaffold(System.String,System.String,System.String,System.Boolean)">
  2152. <summary>
  2153. Scaffolds a code-based migration to apply any pending model changes.
  2154. </summary>
  2155. <param name = "migrationName">The name for the generated migration.</param>
  2156. <param name = "language">The programming language of the generated migration.</param>
  2157. <param name = "rootNamespace">The root namespace of the project the migration will be added to.</param>
  2158. <param name = "ignoreChanges">Whether or not to include model changes.</param>
  2159. <returns>The scaffolded migration.</returns>
  2160. </member>
  2161. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.ScaffoldInitialCreate(System.String,System.String)">
  2162. <summary>
  2163. Scaffolds the initial code-based migration corresponding to a previously run database initializer.
  2164. </summary>
  2165. <param name = "language">The programming language of the generated migration.</param>
  2166. <param name = "rootNamespace">The root namespace of the project the migration will be added to.</param>
  2167. <returns>The scaffolded migration.</returns>
  2168. </member>
  2169. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.Dispose">
  2170. <inheritdoc />
  2171. </member>
  2172. <member name="M:System.Data.Entity.Migrations.Design.ToolingFacade.Dispose(System.Boolean)">
  2173. <summary>
  2174. Releases all resources used by the facade.
  2175. </summary>
  2176. <param name = "disposing">
  2177. <c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.
  2178. </param>
  2179. </member>
  2180. <member name="P:System.Data.Entity.Migrations.Design.ToolingFacade.LogInfoDelegate">
  2181. <summary>
  2182. Gets or sets an action to be run to log information.
  2183. </summary>
  2184. </member>
  2185. <member name="P:System.Data.Entity.Migrations.Design.ToolingFacade.LogWarningDelegate">
  2186. <summary>
  2187. Gets or sets an action to be run to log warnings.
  2188. </summary>
  2189. </member>
  2190. <member name="P:System.Data.Entity.Migrations.Design.ToolingFacade.LogVerboseDelegate">
  2191. <summary>
  2192. Gets or sets an action to be run to log verbose information.
  2193. </summary>
  2194. </member>
  2195. <member name="T:System.Data.Entity.Migrations.Infrastructure.MigrationsLogger">
  2196. <summary>
  2197. Base class for loggers that can be used for the migrations process.
  2198. </summary>
  2199. </member>
  2200. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsLogger.Info(System.String)">
  2201. <summary>
  2202. Logs an informational message.
  2203. </summary>
  2204. <param name = "message">The message to be logged.</param>
  2205. </member>
  2206. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsLogger.Warning(System.String)">
  2207. <summary>
  2208. Logs a warning that the user should be made aware of.
  2209. </summary>
  2210. <param name = "message">The message to be logged.</param>
  2211. </member>
  2212. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsLogger.Verbose(System.String)">
  2213. <summary>
  2214. Logs some additional information that should only be presented to the user if they request verbose output.
  2215. </summary>
  2216. <param name = "message">The message to be logged.</param>
  2217. </member>
  2218. <member name="T:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator">
  2219. <summary>
  2220. Generates VB.Net code for a code-based migration.
  2221. </summary>
  2222. </member>
  2223. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.String,System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String,System.String,System.String,System.String)">
  2224. <inheritdoc />
  2225. </member>
  2226. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String,System.String)">
  2227. <summary>
  2228. Generates the primary code file that the user can view and edit.
  2229. </summary>
  2230. <param name = "operations">Operations to be performed by the migration.</param>
  2231. <param name = "namespace">Namespace that code should be generated in.</param>
  2232. <param name = "className">Name of the class that should be generated.</param>
  2233. <returns>The generated code.</returns>
  2234. </member>
  2235. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.String,System.String,System.String,System.String,System.String)">
  2236. <summary>
  2237. Generates the code behind file with migration metadata.
  2238. </summary>
  2239. <param name = "migrationId">Unique identifier of the migration.</param>
  2240. <param name = "sourceModel">Source model to be stored in the migration metadata.</param>
  2241. <param name = "targetModel">Target model to be stored in the migration metadata.</param>
  2242. <param name = "namespace">Namespace that code should be generated in.</param>
  2243. <param name = "className">Name of the class that should be generated.</param>
  2244. <returns>The generated code.</returns>
  2245. </member>
  2246. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.WriteProperty(System.String,System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2247. <summary>
  2248. Generates a property to return the source or target model in the code behind file.
  2249. </summary>
  2250. <param name = "name">Name of the property.</param>
  2251. <param name = "value">Value to be returned.</param>
  2252. <param name = "writer">Text writer to add the generated code to.</param>
  2253. </member>
  2254. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.WriteClassStart(System.String,System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter,System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
  2255. <summary>
  2256. Generates a namespace, using statements and class definition.
  2257. </summary>
  2258. <param name = "namespace">Namespace that code should be generated in.</param>
  2259. <param name = "className">Name of the class that should be generated.</param>
  2260. <param name = "writer">Text writer to add the generated code to.</param>
  2261. <param name = "base">Base class for the generated class.</param>
  2262. <param name = "designer">A value indicating if this class is being generated for a code-behind file.</param>
  2263. <param name="namespaces">Namespaces for which Imports directives will be added. If null, then the namespaces returned from GetDefaultNamespaces will be used.</param>
  2264. </member>
  2265. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.WriteClassEnd(System.String,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2266. <summary>
  2267. Generates the closing code for a class that was started with WriteClassStart.
  2268. </summary>
  2269. <param name = "writer">Text writer to add the generated code to.</param>
  2270. </member>
  2271. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2272. <summary>
  2273. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddColumnOperation"/>.
  2274. </summary>
  2275. <param name="addColumnOperation">The operation to generate code for.</param>
  2276. <param name="writer">Text writer to add the generated code to.</param>
  2277. </member>
  2278. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2279. <summary>
  2280. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropColumnOperation"/>.
  2281. </summary>
  2282. <param name="dropColumnOperation">The operation to generate code for.</param>
  2283. <param name="writer">Text writer to add the generated code to.</param>
  2284. </member>
  2285. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AlterColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2286. <summary>
  2287. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AlterColumnOperation"/>.
  2288. </summary>
  2289. <param name="alterColumnOperation">The operation to generate code for.</param>
  2290. <param name="writer">Text writer to add the generated code to.</param>
  2291. </member>
  2292. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.CreateTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2293. <summary>
  2294. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  2295. </summary>
  2296. <param name="createTableOperation">The operation to generate code for.</param>
  2297. <param name="writer">Text writer to add the generated code to.</param>
  2298. </member>
  2299. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2300. <summary>
  2301. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  2302. </summary>
  2303. <param name="addPrimaryKeyOperation">The operation to generate code for.</param>
  2304. <param name="writer">Text writer to add the generated code to.</param>
  2305. </member>
  2306. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.AddForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2307. <summary>
  2308. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  2309. </summary>
  2310. <param name="addForeignKeyOperation">The operation to generate code for.</param>
  2311. <param name="writer">Text writer to add the generated code to.</param>
  2312. </member>
  2313. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.GenerateInline(System.Data.Entity.Migrations.Model.CreateIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2314. <summary>
  2315. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateIndexOperation"/> as part of a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  2316. </summary>
  2317. <param name="createIndexOperation">The operation to generate code for.</param>
  2318. <param name="writer">Text writer to add the generated code to.</param>
  2319. </member>
  2320. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Collections.Generic.IEnumerable{System.String},System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2321. <summary>
  2322. Generates code to specify a set of column names using a lambda expression.
  2323. </summary>
  2324. <param name = "columns">The columns to generate code for.</param>
  2325. <param name = "writer">Text writer to add the generated code to.</param>
  2326. </member>
  2327. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2328. <summary>
  2329. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation"/>.
  2330. </summary>
  2331. <param name="addForeignKeyOperation">The operation to generate code for.</param>
  2332. <param name="writer">Text writer to add the generated code to.</param>
  2333. </member>
  2334. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropForeignKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2335. <summary>
  2336. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropForeignKeyOperation"/>.
  2337. </summary>
  2338. <param name="dropForeignKeyOperation">The operation to generate code for.</param>
  2339. <param name="writer">Text writer to add the generated code to.</param>
  2340. </member>
  2341. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2342. <summary>
  2343. Generates code to perform an <see cref="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation"/>.
  2344. </summary>
  2345. <param name="addPrimaryKeyOperation">The operation to generate code for.</param>
  2346. <param name="writer">Text writer to add the generated code to.</param>
  2347. </member>
  2348. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2349. <summary>
  2350. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation"/>.
  2351. </summary>
  2352. <param name="dropPrimaryKeyOperation">The operation to generate code for.</param>
  2353. <param name="writer">Text writer to add the generated code to.</param>
  2354. </member>
  2355. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.CreateIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2356. <summary>
  2357. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.CreateIndexOperation"/>.
  2358. </summary>
  2359. <param name="createIndexOperation">The operation to generate code for.</param>
  2360. <param name="writer">Text writer to add the generated code to.</param>
  2361. </member>
  2362. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropIndexOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2363. <summary>
  2364. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropIndexOperation"/>.
  2365. </summary>
  2366. <param name="dropIndexOperation">The operation to generate code for.</param>
  2367. <param name="writer">Text writer to add the generated code to.</param>
  2368. </member>
  2369. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.ColumnModel,System.Data.Entity.Migrations.Utilities.IndentedTextWriter,System.Boolean)">
  2370. <summary>
  2371. Generates code to specify the definition for a <see cref="T:System.Data.Entity.Migrations.Model.ColumnModel"/>.
  2372. </summary>
  2373. <param name="column">The column definition to generate code for.</param>
  2374. <param name="writer">Text writer to add the generated code to.</param>
  2375. <param name="emitName">A value indicating whether to include the column name in the definition.</param>
  2376. </member>
  2377. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Byte[])">
  2378. <summary>
  2379. Generates code to specify the default value for a <see cref = "T:byte[]" /> column.
  2380. </summary>
  2381. <param name = "defaultValue">The value to be used as the default.</param>
  2382. <returns>Code representing the default value.</returns>
  2383. </member>
  2384. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.DateTime)">
  2385. <summary>
  2386. Generates code to specify the default value for a <see cref="T:System.DateTime"/> column.
  2387. </summary>
  2388. <param name="defaultValue">The value to be used as the default.</param>
  2389. <returns>Code representing the default value.</returns>
  2390. </member>
  2391. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.DateTimeOffset)">
  2392. <summary>
  2393. Generates code to specify the default value for a <see cref="T:System.DateTimeOffset"/> column.
  2394. </summary>
  2395. <param name="defaultValue">The value to be used as the default.</param>
  2396. <returns>Code representing the default value.</returns>
  2397. </member>
  2398. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Byte)">
  2399. <summary>
  2400. Generates code to specify the default value for a <see cref="T:System.Byte"/> column.
  2401. </summary>
  2402. <param name="defaultValue">The value to be used as the default.</param>
  2403. <returns>Code representing the default value.</returns>
  2404. </member>
  2405. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Decimal)">
  2406. <summary>
  2407. Generates code to specify the default value for a <see cref="T:System.Decimal"/> column.
  2408. </summary>
  2409. <param name="defaultValue">The value to be used as the default.</param>
  2410. <returns>Code representing the default value.</returns>
  2411. </member>
  2412. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Guid)">
  2413. <summary>
  2414. Generates code to specify the default value for a <see cref="T:System.Guid"/> column.
  2415. </summary>
  2416. <param name="defaultValue">The value to be used as the default.</param>
  2417. <returns>Code representing the default value.</returns>
  2418. </member>
  2419. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Int64)">
  2420. <summary>
  2421. Generates code to specify the default value for a <see cref="T:System.Int64"/> column.
  2422. </summary>
  2423. <param name="defaultValue">The value to be used as the default.</param>
  2424. <returns>Code representing the default value.</returns>
  2425. </member>
  2426. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Single)">
  2427. <summary>
  2428. Generates code to specify the default value for a <see cref="T:System.Single"/> column.
  2429. </summary>
  2430. <param name="defaultValue">The value to be used as the default.</param>
  2431. <returns>Code representing the default value.</returns>
  2432. </member>
  2433. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.String)">
  2434. <summary>
  2435. Generates code to specify the default value for a <see cref="T:System.String"/> column.
  2436. </summary>
  2437. <param name="defaultValue">The value to be used as the default.</param>
  2438. <returns>Code representing the default value.</returns>
  2439. </member>
  2440. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.TimeSpan)">
  2441. <summary>
  2442. Generates code to specify the default value for a <see cref="T:System.TimeSpan"/> column.
  2443. </summary>
  2444. <param name="defaultValue">The value to be used as the default.</param>
  2445. <returns>Code representing the default value.</returns>
  2446. </member>
  2447. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Spatial.DbGeography)">
  2448. <summary>
  2449. Generates code to specify the default value for a <see cref="T:System.Data.Spatial.DbGeography"/> column.
  2450. </summary>
  2451. <param name="defaultValue">The value to be used as the default.</param>
  2452. <returns>Code representing the default value.</returns>
  2453. </member>
  2454. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Spatial.DbGeometry)">
  2455. <summary>
  2456. Generates code to specify the default value for a <see cref="T:System.Data.Spatial.DbGeometry"/> column.
  2457. </summary>
  2458. <param name="defaultValue">The value to be used as the default.</param>
  2459. <returns>Code representing the default value.</returns>
  2460. </member>
  2461. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Object)">
  2462. <summary>
  2463. Generates code to specify the default value for a column of unknown data type.
  2464. </summary>
  2465. <param name = "defaultValue">The value to be used as the default.</param>
  2466. <returns>Code representing the default value.</returns>
  2467. </member>
  2468. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.DropTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2469. <summary>
  2470. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.DropTableOperation"/>.
  2471. </summary>
  2472. <param name="dropTableOperation">The operation to generate code for.</param>
  2473. <param name="writer">Text writer to add the generated code to.</param>
  2474. </member>
  2475. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.MoveTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2476. <summary>
  2477. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.MoveTableOperation"/>.
  2478. </summary>
  2479. <param name="moveTableOperation">The operation to generate code for.</param>
  2480. <param name="writer">Text writer to add the generated code to.</param>
  2481. </member>
  2482. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.RenameTableOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2483. <summary>
  2484. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.RenameTableOperation"/>.
  2485. </summary>
  2486. <param name="renameTableOperation">The operation to generate code for.</param>
  2487. <param name="writer">Text writer to add the generated code to.</param>
  2488. </member>
  2489. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.RenameColumnOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2490. <summary>
  2491. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.RenameColumnOperation"/>.
  2492. </summary>
  2493. <param name="renameColumnOperation">The operation to generate code for.</param>
  2494. <param name="writer">Text writer to add the generated code to.</param>
  2495. </member>
  2496. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Generate(System.Data.Entity.Migrations.Model.SqlOperation,System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  2497. <summary>
  2498. Generates code to perform a <see cref="T:System.Data.Entity.Migrations.Model.SqlOperation"/>.
  2499. </summary>
  2500. <param name="sqlOperation">The operation to generate code for.</param>
  2501. <param name="writer">Text writer to add the generated code to.</param>
  2502. </member>
  2503. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.ScrubName(System.String)">
  2504. <summary>
  2505. Removes any invalid characters from the name of an database artifact.
  2506. </summary>
  2507. <param name = "name">The name to be scrubbed.</param>
  2508. <returns>The scrubbed name.</returns>
  2509. </member>
  2510. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.TranslateColumnType(System.Data.Metadata.Edm.PrimitiveTypeKind)">
  2511. <summary>
  2512. Gets the type name to use for a column of the given data type.
  2513. </summary>
  2514. <param name = "primitiveTypeKind">The data type to translate.</param>
  2515. <returns>The type name to use in the generated migration.</returns>
  2516. </member>
  2517. <member name="M:System.Data.Entity.Migrations.Design.VisualBasicMigrationCodeGenerator.Quote(System.String)">
  2518. <summary>
  2519. Quotes an identifier using appropriate escaping to allow it to be stored in a string.
  2520. </summary>
  2521. <param name = "identifier">The identifier to be quoted.</param>
  2522. <returns>The quoted identifier.</returns>
  2523. </member>
  2524. <member name="T:System.Data.Entity.Migrations.History.HistoryRow">
  2525. <summary>
  2526. This class is used by Code First Migrations to read and write migration history
  2527. from the database. It is not intended to be used by other code and is only public
  2528. so that it can be accessed by EF when running under partial trust. It may be
  2529. changed or removed in the future.
  2530. </summary>
  2531. </member>
  2532. <member name="P:System.Data.Entity.Migrations.History.HistoryRow.MigrationId">
  2533. <summary>
  2534. Gets or sets the Id of the migration this row represents.
  2535. </summary>
  2536. </member>
  2537. <member name="P:System.Data.Entity.Migrations.History.HistoryRow.CreatedOn">
  2538. <summary>
  2539. Gets or sets the date and time that this migrations history entry was created.
  2540. </summary>
  2541. </member>
  2542. <member name="P:System.Data.Entity.Migrations.History.HistoryRow.Model">
  2543. <summary>
  2544. Gets or sets the state of the model after this migration was applied.
  2545. </summary>
  2546. </member>
  2547. <member name="P:System.Data.Entity.Migrations.History.HistoryRow.ProductVersion">
  2548. <summary>
  2549. Gets or sets the version of Entity Framework that created this entry.
  2550. </summary>
  2551. </member>
  2552. <member name="T:System.Data.Entity.Migrations.History.LegacyHistoryContext">
  2553. <summary>
  2554. This is a version of the HistoryContext that still includes CreatedOn in its model.
  2555. It is used when figuring out whether or not the CreatedOn column exists and so should
  2556. be dropped.
  2557. </summary>
  2558. </member>
  2559. <member name="T:System.Data.Entity.Migrations.Infrastructure.AutomaticDataLossException">
  2560. <summary>
  2561. Represents an error that occurs when an automatic migration would result in data loss.
  2562. </summary>
  2563. </member>
  2564. <member name="T:System.Data.Entity.Migrations.Infrastructure.MigrationsException">
  2565. <summary>
  2566. Represents errors that occur inside the Code First Migrations pipeline.
  2567. </summary>
  2568. </member>
  2569. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsException.#ctor">
  2570. <summary>
  2571. Initializes a new instance of the MigrationsException class.
  2572. </summary>
  2573. </member>
  2574. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsException.#ctor(System.String)">
  2575. <summary>
  2576. Initializes a new instance of the MigrationsException class.
  2577. </summary>
  2578. <param name="message">The message that describes the error.</param>
  2579. </member>
  2580. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsException.#ctor(System.String,System.Exception)">
  2581. <summary>
  2582. Initializes a new instance of the MigrationsException class.
  2583. </summary>
  2584. <param name="message">The message that describes the error.</param>
  2585. <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. </param>
  2586. </member>
  2587. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigrationsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2588. <summary>
  2589. Initializes a new instance of the MigrationsException class with serialized data.
  2590. </summary>
  2591. <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
  2592. <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
  2593. </member>
  2594. <member name="M:System.Data.Entity.Migrations.Infrastructure.AutomaticDataLossException.#ctor(System.String)">
  2595. <summary>
  2596. Initializes a new instance of the AutomaticDataLossException class.
  2597. </summary>
  2598. <param name = "message">The message that describes the error.</param>
  2599. </member>
  2600. <member name="T:System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException">
  2601. <summary>
  2602. Represents an error that occurs when there are pending model changes after applying the last migration and automatic migration is disabled.
  2603. </summary>
  2604. </member>
  2605. <member name="M:System.Data.Entity.Migrations.Infrastructure.AutomaticMigrationsDisabledException.#ctor(System.String)">
  2606. <summary>
  2607. Initializes a new instance of the AutomaticMigrationsDisabledException class.
  2608. </summary>
  2609. <param name = "message">The message that describes the error.</param>
  2610. </member>
  2611. <member name="T:System.Data.Entity.Migrations.Infrastructure.IMigrationMetadata">
  2612. <summary>
  2613. Provides additional metadata about a code-based migration.
  2614. </summary>
  2615. </member>
  2616. <member name="P:System.Data.Entity.Migrations.Infrastructure.IMigrationMetadata.Id">
  2617. <summary>
  2618. Gets the unique identifier for the migration.
  2619. </summary>
  2620. </member>
  2621. <member name="P:System.Data.Entity.Migrations.Infrastructure.IMigrationMetadata.Source">
  2622. <summary>
  2623. Gets the state of the model before this migration is run.
  2624. </summary>
  2625. </member>
  2626. <member name="P:System.Data.Entity.Migrations.Infrastructure.IMigrationMetadata.Target">
  2627. <summary>
  2628. Gets the state of the model after this migration is run.
  2629. </summary>
  2630. </member>
  2631. <member name="T:System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator">
  2632. <summary>
  2633. Decorator to provide logging during migrations operations..
  2634. </summary>
  2635. </member>
  2636. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator.#ctor(System.Data.Entity.Migrations.Infrastructure.MigratorBase,System.Data.Entity.Migrations.Infrastructure.MigrationsLogger)">
  2637. <summary>
  2638. Initializes a new instance of the MigratorLoggingDecorator class.
  2639. </summary>
  2640. <param name = "innerMigrator">The migrator that this decorator is wrapping.</param>
  2641. <param name = "logger">The logger to write messages to.</param>
  2642. </member>
  2643. <member name="T:System.Data.Entity.Migrations.Infrastructure.MigratorScriptingDecorator">
  2644. <summary>
  2645. Decorator to produce a SQL script instead of applying changes to the database.
  2646. Using this decorator to wrap <see cref="T:System.Data.Entity.Migrations.DbMigrator"/> will prevent <see cref="T:System.Data.Entity.Migrations.DbMigrator"/>
  2647. from applying any changes to the target database.
  2648. </summary>
  2649. </member>
  2650. <member name="M:System.Data.Entity.Migrations.Infrastructure.MigratorScriptingDecorator.#ctor(System.Data.Entity.Migrations.Infrastructure.MigratorBase)">
  2651. <summary>
  2652. Initializes a new instance of the MigratorScriptingDecorator class.
  2653. </summary>
  2654. <param name = "innerMigrator">The migrator that this decorator is wrapping.</param>
  2655. </member>
  2656. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Migrations.Infrastructure.MigratorScriptingDecorator.ScriptUpdate(System.String,System.String)" -->
  2657. <member name="T:System.Data.Entity.Migrations.Model.AddColumnOperation">
  2658. <summary>
  2659. Represents a column being added to a table.
  2660. </summary>
  2661. </member>
  2662. <member name="T:System.Data.Entity.Migrations.Model.MigrationOperation">
  2663. <summary>
  2664. Represents an operation to modify a database schema.
  2665. </summary>
  2666. </member>
  2667. <member name="M:System.Data.Entity.Migrations.Model.MigrationOperation.#ctor(System.Object)">
  2668. <summary>
  2669. Initializes a new instance of the MigrationOperation class.
  2670. </summary>
  2671. <param name = "anonymousArguments">
  2672. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2673. </param>
  2674. </member>
  2675. <member name="P:System.Data.Entity.Migrations.Model.MigrationOperation.AnonymousArguments">
  2676. <summary>
  2677. Gets additional arguments that may be processed by providers.
  2678. </summary>
  2679. </member>
  2680. <member name="P:System.Data.Entity.Migrations.Model.MigrationOperation.Inverse">
  2681. <summary>
  2682. Gets an operation that will revert this operation.
  2683. </summary>
  2684. </member>
  2685. <member name="P:System.Data.Entity.Migrations.Model.MigrationOperation.IsDestructiveChange">
  2686. <summary>
  2687. Gets a value indicating if this operation may result in data loss.
  2688. </summary>
  2689. </member>
  2690. <member name="M:System.Data.Entity.Migrations.Model.AddColumnOperation.#ctor(System.String,System.Data.Entity.Migrations.Model.ColumnModel,System.Object)">
  2691. <summary>
  2692. Initializes a new instance of the AddColumnOperation class.
  2693. </summary>
  2694. <param name = "table">The name of the table the column should be added to.</param>
  2695. <param name = "column">Details of the column being added.</param>
  2696. <param name = "anonymousArguments">
  2697. Additional arguments that may be processed by providers.
  2698. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2699. </param>
  2700. </member>
  2701. <member name="P:System.Data.Entity.Migrations.Model.AddColumnOperation.Table">
  2702. <summary>
  2703. Gets the name of the table the column should be added to.
  2704. </summary>
  2705. </member>
  2706. <member name="P:System.Data.Entity.Migrations.Model.AddColumnOperation.Column">
  2707. <summary>
  2708. Gets the details of the column being added.
  2709. </summary>
  2710. </member>
  2711. <member name="P:System.Data.Entity.Migrations.Model.AddColumnOperation.Inverse">
  2712. <summary>
  2713. Gets an operation that represents dropping the added column.
  2714. </summary>
  2715. </member>
  2716. <member name="P:System.Data.Entity.Migrations.Model.AddColumnOperation.IsDestructiveChange">
  2717. <inheritdoc />
  2718. </member>
  2719. <member name="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation">
  2720. <summary>
  2721. Represents a foreign key constraint being added to a table.
  2722. </summary>
  2723. </member>
  2724. <member name="T:System.Data.Entity.Migrations.Model.ForeignKeyOperation">
  2725. <summary>
  2726. Base class for changes that affect foreign key constraints.
  2727. </summary>
  2728. </member>
  2729. <member name="M:System.Data.Entity.Migrations.Model.ForeignKeyOperation.#ctor(System.Object)">
  2730. <summary>
  2731. Initializes a new instance of the ForeignKeyOperation class.
  2732. </summary>
  2733. <param name = "anonymousArguments">
  2734. Additional arguments that may be processed by providers.
  2735. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2736. </param>
  2737. </member>
  2738. <member name="P:System.Data.Entity.Migrations.Model.ForeignKeyOperation.PrincipalTable">
  2739. <summary>
  2740. Gets or sets the name of the table that the foreign key constraint targets.
  2741. </summary>
  2742. </member>
  2743. <member name="P:System.Data.Entity.Migrations.Model.ForeignKeyOperation.DependentTable">
  2744. <summary>
  2745. Gets or sets the name of the table that the foreign key columns exist in.
  2746. </summary>
  2747. </member>
  2748. <member name="P:System.Data.Entity.Migrations.Model.ForeignKeyOperation.DependentColumns">
  2749. <summary>
  2750. The names of the foreign key column(s).
  2751. </summary>
  2752. </member>
  2753. <member name="P:System.Data.Entity.Migrations.Model.ForeignKeyOperation.HasDefaultName">
  2754. <summary>
  2755. Gets a value indicating if a specific name has been supplied for this foreign key constraint.
  2756. </summary>
  2757. </member>
  2758. <member name="P:System.Data.Entity.Migrations.Model.ForeignKeyOperation.Name">
  2759. <summary>
  2760. Gets or sets the name of this foreign key constraint.
  2761. If no name is supplied, a default name will be calculated.
  2762. </summary>
  2763. </member>
  2764. <member name="M:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.#ctor(System.Object)">
  2765. <summary>
  2766. Initializes a new instance of the AddForeignKeyOperation class.
  2767. The PrincipalTable, PrincipalColumns, DependentTable and DependentColumns properties should also be populated.
  2768. </summary>
  2769. <param name = "anonymousArguments">
  2770. Additional arguments that may be processed by providers.
  2771. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2772. </param>
  2773. </member>
  2774. <member name="M:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.CreateCreateIndexOperation">
  2775. <summary>
  2776. Gets an operation to create an index on the foreign key column(s).
  2777. </summary>
  2778. <returns>An operation to add the index.</returns>
  2779. </member>
  2780. <member name="P:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.PrincipalColumns">
  2781. <summary>
  2782. The names of the column(s) that the foreign key constraint should target.
  2783. </summary>
  2784. </member>
  2785. <member name="P:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.CascadeDelete">
  2786. <summary>
  2787. Gets or sets a value indicating if cascade delete should be configured on the foreign key constraint.
  2788. </summary>
  2789. </member>
  2790. <member name="P:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.Inverse">
  2791. <summary>
  2792. Gets an operation to drop the foreign key constraint.
  2793. </summary>
  2794. </member>
  2795. <member name="P:System.Data.Entity.Migrations.Model.AddForeignKeyOperation.IsDestructiveChange">
  2796. <inheritdoc />
  2797. </member>
  2798. <member name="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation">
  2799. <summary>
  2800. Represents adding a primary key to a table.
  2801. </summary>
  2802. </member>
  2803. <member name="T:System.Data.Entity.Migrations.Model.PrimaryKeyOperation">
  2804. <summary>
  2805. Common base class to represent operations affecting primary keys.
  2806. </summary>
  2807. </member>
  2808. <member name="M:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.#ctor(System.Object)">
  2809. <summary>
  2810. Initializes a new instance of the PrimaryKeyOperation class.
  2811. </summary>
  2812. <param name = "anonymousArguments">
  2813. Additional arguments that may be processed by providers.
  2814. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2815. </param>
  2816. </member>
  2817. <member name="P:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.Table">
  2818. <summary>
  2819. Gets or sets the name of the table that contains the primary key.
  2820. </summary>
  2821. </member>
  2822. <member name="P:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.Columns">
  2823. <summary>
  2824. Gets the column(s) that make up the primary key.
  2825. </summary>
  2826. </member>
  2827. <member name="P:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.HasDefaultName">
  2828. <summary>
  2829. Gets a value indicating if a specific name has been supplied for this primary key.
  2830. </summary>
  2831. </member>
  2832. <member name="P:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.Name">
  2833. <summary>
  2834. Gets or sets the name of this primary key.
  2835. If no name is supplied, a default name will be calculated.
  2836. </summary>
  2837. </member>
  2838. <member name="P:System.Data.Entity.Migrations.Model.PrimaryKeyOperation.IsDestructiveChange">
  2839. <inheritdoc />
  2840. </member>
  2841. <member name="M:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation.#ctor(System.Object)">
  2842. <summary>
  2843. Initializes a new instance of the AddPrimaryKeyOperation class.
  2844. The Table and Columns properties should also be populated.
  2845. </summary>
  2846. <param name = "anonymousArguments">
  2847. Additional arguments that may be processed by providers.
  2848. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2849. </param>
  2850. </member>
  2851. <member name="P:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation.Inverse">
  2852. <summary>
  2853. Gets an operation to drop the primary key.
  2854. </summary>
  2855. </member>
  2856. <member name="T:System.Data.Entity.Migrations.Model.AlterColumnOperation">
  2857. <summary>
  2858. Represents altering an existing column.
  2859. </summary>
  2860. </member>
  2861. <member name="M:System.Data.Entity.Migrations.Model.AlterColumnOperation.#ctor(System.String,System.Data.Entity.Migrations.Model.ColumnModel,System.Boolean,System.Object)">
  2862. <summary>
  2863. Initializes a new instance of the AlterColumnOperation class.
  2864. </summary>
  2865. <param name = "table">The name of the table that the column belongs to.</param>
  2866. <param name = "column">Details of what the column should be altered to.</param>
  2867. <param name = "isDestructiveChange">Value indicating if this change will result in data loss.</param>
  2868. <param name = "anonymousArguments">
  2869. Additional arguments that may be processed by providers.
  2870. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2871. </param>
  2872. </member>
  2873. <member name="M:System.Data.Entity.Migrations.Model.AlterColumnOperation.#ctor(System.String,System.Data.Entity.Migrations.Model.ColumnModel,System.Boolean,System.Data.Entity.Migrations.Model.AlterColumnOperation,System.Object)">
  2874. <summary>
  2875. Initializes a new instance of the AlterColumnOperation class.
  2876. </summary>
  2877. <param name = "table">The name of the table that the column belongs to.</param>
  2878. <param name = "column">Details of what the column should be altered to.</param>
  2879. <param name = "isDestructiveChange">Value indicating if this change will result in data loss.</param>
  2880. <param name = "inverse">An operation to revert this alteration of the column.</param>
  2881. <param name = "anonymousArguments">
  2882. Additional arguments that may be processed by providers.
  2883. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  2884. </param>
  2885. </member>
  2886. <member name="P:System.Data.Entity.Migrations.Model.AlterColumnOperation.Table">
  2887. <summary>
  2888. Gets the name of the table that the column belongs to.
  2889. </summary>
  2890. </member>
  2891. <member name="P:System.Data.Entity.Migrations.Model.AlterColumnOperation.Column">
  2892. <summary>
  2893. Gets the new definition for the column.
  2894. </summary>
  2895. </member>
  2896. <member name="P:System.Data.Entity.Migrations.Model.AlterColumnOperation.Inverse">
  2897. <summary>
  2898. Gets an operation that represents reverting the alteration.
  2899. The inverse cannot be automatically calculated,
  2900. if it was not supplied to the constructor this property will return null.
  2901. </summary>
  2902. </member>
  2903. <member name="P:System.Data.Entity.Migrations.Model.AlterColumnOperation.IsDestructiveChange">
  2904. <inheritdoc />
  2905. </member>
  2906. <member name="T:System.Data.Entity.Migrations.Model.ColumnModel">
  2907. <summary>
  2908. Represents information about a column.
  2909. </summary>
  2910. </member>
  2911. <member name="M:System.Data.Entity.Migrations.Model.ColumnModel.#ctor(System.Data.Metadata.Edm.PrimitiveTypeKind)">
  2912. <summary>
  2913. Initializes a new instance of the class.
  2914. </summary>
  2915. <param name = "type">The data type for this column.</param>
  2916. </member>
  2917. <member name="M:System.Data.Entity.Migrations.Model.ColumnModel.#ctor(System.Data.Metadata.Edm.PrimitiveTypeKind,System.Data.Metadata.Edm.TypeUsage)">
  2918. <summary>
  2919. Initializes a new instance of the class.
  2920. </summary>
  2921. <param name = "type">The data type for this column.</param>
  2922. <param name = "typeUsage">
  2923. Additional details about the data type.
  2924. This includes details such as maximum length, nullability etc.
  2925. </param>
  2926. </member>
  2927. <member name="M:System.Data.Entity.Migrations.Model.ColumnModel.IsNarrowerThan(System.Data.Entity.Migrations.Model.ColumnModel,System.Data.Common.DbProviderManifest)">
  2928. <summary>
  2929. Determines if this column is a narrower data type than another column.
  2930. Used to determine if altering the supplied column definition to this definition will result in data loss.
  2931. </summary>
  2932. <param name = "column">The column to compare to.</param>
  2933. <param name = "providerManifest">Details of the database provider being used.</param>
  2934. <returns>True if this column is of a narrower data type.</returns>
  2935. </member>
  2936. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.Type">
  2937. <summary>
  2938. Gets the data type for this column.
  2939. </summary>
  2940. </member>
  2941. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.ClrType">
  2942. <summary>
  2943. Gets the CLR type corresponding to the database type of this column.
  2944. </summary>
  2945. </member>
  2946. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.ClrDefaultValue">
  2947. <summary>
  2948. Gets the default value for the CLR type corresponding to the database type of this column.
  2949. </summary>
  2950. </member>
  2951. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.TypeUsage">
  2952. <summary>
  2953. Gets additional details about the data type of this column.
  2954. This includes details such as maximum length, nullability etc.
  2955. </summary>
  2956. </member>
  2957. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.Name">
  2958. <summary>
  2959. Gets or sets the name of the column.
  2960. </summary>
  2961. </member>
  2962. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.StoreType">
  2963. <summary>
  2964. Gets or sets a provider specific data type to use for this column.
  2965. </summary>
  2966. </member>
  2967. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.IsNullable">
  2968. <summary>
  2969. Gets or sets a value indicating if this column can store null values.
  2970. </summary>
  2971. </member>
  2972. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.IsIdentity">
  2973. <summary>
  2974. Gets or sets a value indicating if values for this column will be generated by the database using the identity pattern.
  2975. </summary>
  2976. </member>
  2977. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.MaxLength">
  2978. <summary>
  2979. Gets or sets the maximum length for this column.
  2980. Only valid for array data types.
  2981. </summary>
  2982. </member>
  2983. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.Precision">
  2984. <summary>
  2985. Gets or sets the precision for this column.
  2986. Only valid for decimal data types.
  2987. </summary>
  2988. </member>
  2989. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.Scale">
  2990. <summary>
  2991. Gets or sets the scale for this column.
  2992. Only valid for decimal data types.
  2993. </summary>
  2994. </member>
  2995. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.DefaultValue">
  2996. <summary>
  2997. Gets or sets a constant value to use as the default value for this column.
  2998. </summary>
  2999. </member>
  3000. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.DefaultValueSql">
  3001. <summary>
  3002. Gets or sets a SQL expression used as the default value for this column.
  3003. </summary>
  3004. </member>
  3005. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.IsFixedLength">
  3006. <summary>
  3007. Gets or sets a value indicating if this column is fixed length.
  3008. Only valid for array data types.
  3009. </summary>
  3010. </member>
  3011. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.IsUnicode">
  3012. <summary>
  3013. Gets or sets a value indicating if this column supports Unicode characters.
  3014. Only valid for textual data types.
  3015. </summary>
  3016. </member>
  3017. <member name="P:System.Data.Entity.Migrations.Model.ColumnModel.IsTimestamp">
  3018. <summary>
  3019. Gets or sets a value indicating if this column should be configured as a timestamp.
  3020. </summary>
  3021. </member>
  3022. <member name="T:System.Data.Entity.Migrations.Model.CreateIndexOperation">
  3023. <summary>
  3024. Represents creating a database index.
  3025. </summary>
  3026. </member>
  3027. <member name="T:System.Data.Entity.Migrations.Model.IndexOperation">
  3028. <summary>
  3029. Common base class for operations affecting indexes.
  3030. </summary>
  3031. </member>
  3032. <member name="M:System.Data.Entity.Migrations.Model.IndexOperation.#ctor(System.Object)">
  3033. <summary>
  3034. Initializes a new instance of the IndexOperation class.
  3035. </summary>
  3036. <param name = "anonymousArguments">
  3037. Additional arguments that may be processed by providers.
  3038. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3039. </param>
  3040. </member>
  3041. <member name="P:System.Data.Entity.Migrations.Model.IndexOperation.Table">
  3042. <summary>
  3043. Gets or sets the table the index belongs to.
  3044. </summary>
  3045. </member>
  3046. <member name="P:System.Data.Entity.Migrations.Model.IndexOperation.Columns">
  3047. <summary>
  3048. Gets or sets the columns that are indexed.
  3049. </summary>
  3050. </member>
  3051. <member name="P:System.Data.Entity.Migrations.Model.IndexOperation.HasDefaultName">
  3052. <summary>
  3053. Gets a value indicating if a specific name has been supplied for this index.
  3054. </summary>
  3055. </member>
  3056. <member name="P:System.Data.Entity.Migrations.Model.IndexOperation.Name">
  3057. <summary>
  3058. Gets or sets the name of this index.
  3059. If no name is supplied, a default name will be calculated.
  3060. </summary>
  3061. </member>
  3062. <member name="M:System.Data.Entity.Migrations.Model.CreateIndexOperation.#ctor(System.Object)">
  3063. <summary>
  3064. Initializes a new instance of the CreateIndexOperation class.
  3065. The Table and Columns properties should also be populated.
  3066. </summary>
  3067. <param name = "anonymousArguments">
  3068. Additional arguments that may be processed by providers.
  3069. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3070. </param>
  3071. </member>
  3072. <member name="P:System.Data.Entity.Migrations.Model.CreateIndexOperation.IsUnique">
  3073. <summary>
  3074. Gets or sets a value indicating if this is a unique index.
  3075. </summary>
  3076. </member>
  3077. <member name="P:System.Data.Entity.Migrations.Model.CreateIndexOperation.Inverse">
  3078. <summary>
  3079. Gets an operation to drop this index.
  3080. </summary>
  3081. </member>
  3082. <member name="P:System.Data.Entity.Migrations.Model.CreateIndexOperation.IsDestructiveChange">
  3083. <inheritdoc />
  3084. </member>
  3085. <member name="T:System.Data.Entity.Migrations.Model.CreateTableOperation">
  3086. <summary>
  3087. Represents creating a table.
  3088. </summary>
  3089. </member>
  3090. <member name="M:System.Data.Entity.Migrations.Model.CreateTableOperation.#ctor(System.String,System.Object)">
  3091. <summary>
  3092. Initializes a new instance of the CreateTableOperation class.
  3093. </summary>
  3094. <param name = "name">Name of the table to be created.</param>
  3095. <param name = "anonymousArguments">
  3096. Additional arguments that may be processed by providers.
  3097. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3098. </param>
  3099. </member>
  3100. <member name="P:System.Data.Entity.Migrations.Model.CreateTableOperation.Name">
  3101. <summary>
  3102. Gets the name of the table to be created.
  3103. </summary>
  3104. </member>
  3105. <member name="P:System.Data.Entity.Migrations.Model.CreateTableOperation.Columns">
  3106. <summary>
  3107. Gets the columns to be included in the new table.
  3108. </summary>
  3109. </member>
  3110. <member name="P:System.Data.Entity.Migrations.Model.CreateTableOperation.PrimaryKey">
  3111. <summary>
  3112. Gets or sets the primary key for the new table.
  3113. </summary>
  3114. </member>
  3115. <member name="P:System.Data.Entity.Migrations.Model.CreateTableOperation.Inverse">
  3116. <summary>
  3117. Gets an operation to drop the table.
  3118. </summary>
  3119. </member>
  3120. <member name="P:System.Data.Entity.Migrations.Model.CreateTableOperation.IsDestructiveChange">
  3121. <inheritdoc />
  3122. </member>
  3123. <member name="T:System.Data.Entity.Migrations.Model.DeleteHistoryOperation">
  3124. <summary>
  3125. Represents deleting a new record from the migrations history table.
  3126. The migrations history table is used to store a log of the migrations that have been applied to the database.
  3127. </summary>
  3128. </member>
  3129. <member name="T:System.Data.Entity.Migrations.Model.HistoryOperation">
  3130. <summary>
  3131. Common base class for operations that affect the migrations history table.
  3132. The migrations history table is used to store a log of the migrations that have been applied to the database.
  3133. </summary>
  3134. </member>
  3135. <member name="M:System.Data.Entity.Migrations.Model.HistoryOperation.#ctor(System.String,System.String,System.Object)">
  3136. <summary>
  3137. Initializes a new instance of the HistoryOperation class.
  3138. </summary>
  3139. <param name = "table">Name of the migrations history table.</param>
  3140. <param name = "migrationId">Name of the migration being affected.</param>
  3141. <param name = "anonymousArguments">
  3142. Additional arguments that may be processed by providers.
  3143. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3144. </param>
  3145. </member>
  3146. <member name="P:System.Data.Entity.Migrations.Model.HistoryOperation.Table">
  3147. <summary>
  3148. Gets the name of the migrations history table.
  3149. </summary>
  3150. </member>
  3151. <member name="P:System.Data.Entity.Migrations.Model.HistoryOperation.MigrationId">
  3152. <summary>
  3153. Gets the name of the migration being affected.
  3154. </summary>
  3155. </member>
  3156. <member name="P:System.Data.Entity.Migrations.Model.HistoryOperation.IsDestructiveChange">
  3157. <inheritdoc />
  3158. </member>
  3159. <member name="M:System.Data.Entity.Migrations.Model.DeleteHistoryOperation.#ctor(System.String,System.String,System.Object)">
  3160. <summary>
  3161. Initializes a new instance of the DeleteHistoryOperation class.
  3162. </summary>
  3163. <param name = "table">Name of the migrations history table.</param>
  3164. <param name = "migrationId">Id of the migration record to be deleted.</param>
  3165. <param name = "anonymousArguments">
  3166. Additional arguments that may be processed by providers.
  3167. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3168. </param>
  3169. </member>
  3170. <member name="T:System.Data.Entity.Migrations.Model.DropColumnOperation">
  3171. <summary>
  3172. Represents a column being dropped from a table.
  3173. </summary>
  3174. </member>
  3175. <member name="M:System.Data.Entity.Migrations.Model.DropColumnOperation.#ctor(System.String,System.String,System.Object)">
  3176. <summary>
  3177. Initializes a new instance of the DropColumnOperation class.
  3178. </summary>
  3179. <param name = "table">The name of the table the column should be dropped from.</param>
  3180. <param name = "name">The name of the column to be dropped.</param>
  3181. <param name = "anonymousArguments">
  3182. Additional arguments that may be processed by providers.
  3183. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3184. </param>
  3185. </member>
  3186. <member name="M:System.Data.Entity.Migrations.Model.DropColumnOperation.#ctor(System.String,System.String,System.Data.Entity.Migrations.Model.AddColumnOperation,System.Object)">
  3187. <summary>
  3188. Initializes a new instance of the DropColumnOperation class.
  3189. </summary>
  3190. <param name = "table">The name of the table the column should be dropped from.</param>
  3191. <param name = "name">The name of the column to be dropped.</param>
  3192. <param name = "inverse">The operation that represents reverting the drop operation.</param>
  3193. <param name = "anonymousArguments">
  3194. Additional arguments that may be processed by providers.
  3195. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3196. </param>
  3197. </member>
  3198. <member name="P:System.Data.Entity.Migrations.Model.DropColumnOperation.Table">
  3199. <summary>
  3200. Gets the name of the table the column should be dropped from.
  3201. </summary>
  3202. </member>
  3203. <member name="P:System.Data.Entity.Migrations.Model.DropColumnOperation.Name">
  3204. <summary>
  3205. Gets the name of the column to be dropped.
  3206. </summary>
  3207. </member>
  3208. <member name="P:System.Data.Entity.Migrations.Model.DropColumnOperation.Inverse">
  3209. <summary>
  3210. Gets an operation that represents reverting dropping the column.
  3211. The inverse cannot be automatically calculated,
  3212. if it was not supplied to the constructor this property will return null.
  3213. </summary>
  3214. </member>
  3215. <member name="P:System.Data.Entity.Migrations.Model.DropColumnOperation.IsDestructiveChange">
  3216. <inheritdoc />
  3217. </member>
  3218. <member name="T:System.Data.Entity.Migrations.Model.DropForeignKeyOperation">
  3219. <summary>
  3220. Represents a foreign key constraint being dropped from a table.
  3221. </summary>
  3222. </member>
  3223. <member name="M:System.Data.Entity.Migrations.Model.DropForeignKeyOperation.#ctor(System.Object)">
  3224. <summary>
  3225. Initializes a new instance of the DropForeignKeyOperation class.
  3226. The PrincipalTable, DependentTable and DependentColumns properties should also be populated.
  3227. </summary>
  3228. <param name = "anonymousArguments">
  3229. Additional arguments that may be processed by providers.
  3230. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3231. </param>
  3232. </member>
  3233. <member name="M:System.Data.Entity.Migrations.Model.DropForeignKeyOperation.#ctor(System.Data.Entity.Migrations.Model.AddForeignKeyOperation,System.Object)">
  3234. <summary>
  3235. Initializes a new instance of the DropForeignKeyOperation class.
  3236. </summary>
  3237. <param name = "inverse">The operation that represents reverting dropping the foreign key constraint.</param>
  3238. <param name = "anonymousArguments">
  3239. Additional arguments that may be processed by providers.
  3240. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3241. </param>
  3242. </member>
  3243. <member name="M:System.Data.Entity.Migrations.Model.DropForeignKeyOperation.CreateDropIndexOperation">
  3244. <summary>
  3245. Gets an operation to drop the associated index on the foreign key column(s).
  3246. </summary>
  3247. <returns>An operation to drop the index.</returns>
  3248. </member>
  3249. <member name="P:System.Data.Entity.Migrations.Model.DropForeignKeyOperation.Inverse">
  3250. <summary>
  3251. Gets an operation that represents reverting dropping the foreign key constraint.
  3252. The inverse cannot be automatically calculated,
  3253. if it was not supplied to the constructor this property will return null.
  3254. </summary>
  3255. </member>
  3256. <member name="P:System.Data.Entity.Migrations.Model.DropForeignKeyOperation.IsDestructiveChange">
  3257. <inheritdoc />
  3258. </member>
  3259. <member name="T:System.Data.Entity.Migrations.Model.DropIndexOperation">
  3260. <summary>
  3261. Represents dropping an existing index.
  3262. </summary>
  3263. </member>
  3264. <member name="M:System.Data.Entity.Migrations.Model.DropIndexOperation.#ctor(System.Object)">
  3265. <summary>
  3266. Initializes a new instance of the DropIndexOperation class.
  3267. </summary>
  3268. <param name = "anonymousArguments">
  3269. Additional arguments that may be processed by providers.
  3270. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3271. </param>
  3272. </member>
  3273. <member name="M:System.Data.Entity.Migrations.Model.DropIndexOperation.#ctor(System.Data.Entity.Migrations.Model.CreateIndexOperation,System.Object)">
  3274. <summary>
  3275. Initializes a new instance of the DropIndexOperation class.
  3276. </summary>
  3277. <param name = "inverse">The operation that represents reverting dropping the index.</param>
  3278. <param name = "anonymousArguments">
  3279. Additional arguments that may be processed by providers.
  3280. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3281. </param>
  3282. </member>
  3283. <member name="P:System.Data.Entity.Migrations.Model.DropIndexOperation.Inverse">
  3284. <summary>
  3285. Gets an operation that represents reverting dropping the index.
  3286. The inverse cannot be automatically calculated,
  3287. if it was not supplied to the constructor this property will return null.
  3288. </summary>
  3289. </member>
  3290. <member name="P:System.Data.Entity.Migrations.Model.DropIndexOperation.IsDestructiveChange">
  3291. <inheritdoc />
  3292. </member>
  3293. <member name="T:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation">
  3294. <summary>
  3295. Represents dropping a primary key from a table.
  3296. </summary>
  3297. </member>
  3298. <member name="M:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation.#ctor(System.Object)">
  3299. <summary>
  3300. Initializes a new instance of the DropPrimaryKeyOperation class.
  3301. The Table and Columns properties should also be populated.
  3302. </summary>
  3303. <param name = "anonymousArguments">
  3304. Additional arguments that may be processed by providers.
  3305. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3306. </param>
  3307. </member>
  3308. <member name="P:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation.Inverse">
  3309. <summary>
  3310. Gets an operation to add the primary key.
  3311. </summary>
  3312. </member>
  3313. <member name="T:System.Data.Entity.Migrations.Model.DropTableOperation">
  3314. <summary>
  3315. Represents dropping an existing table.
  3316. </summary>
  3317. </member>
  3318. <member name="M:System.Data.Entity.Migrations.Model.DropTableOperation.#ctor(System.String,System.Object)">
  3319. <summary>
  3320. Initializes a new instance of the DropTableOperation class.
  3321. </summary>
  3322. <param name = "name">The name of the table to be dropped.</param>
  3323. <param name = "anonymousArguments">
  3324. Additional arguments that may be processed by providers.
  3325. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3326. </param>
  3327. </member>
  3328. <member name="M:System.Data.Entity.Migrations.Model.DropTableOperation.#ctor(System.String,System.Data.Entity.Migrations.Model.CreateTableOperation,System.Object)">
  3329. <summary>
  3330. Initializes a new instance of the DropTableOperation class.
  3331. </summary>
  3332. <param name = "name">The name of the table to be dropped.</param>
  3333. <param name = "inverse">An operation that represents reverting dropping the table.</param>
  3334. <param name = "anonymousArguments">
  3335. Additional arguments that may be processed by providers.
  3336. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3337. </param>
  3338. </member>
  3339. <member name="P:System.Data.Entity.Migrations.Model.DropTableOperation.Name">
  3340. <summary>
  3341. Gets the name of the table to be dropped.
  3342. </summary>
  3343. </member>
  3344. <member name="P:System.Data.Entity.Migrations.Model.DropTableOperation.Inverse">
  3345. <summary>
  3346. Gets an operation that represents reverting dropping the table.
  3347. The inverse cannot be automatically calculated,
  3348. if it was not supplied to the constructor this property will return null.
  3349. </summary>
  3350. </member>
  3351. <member name="P:System.Data.Entity.Migrations.Model.DropTableOperation.IsDestructiveChange">
  3352. <inheritdoc />
  3353. </member>
  3354. <member name="T:System.Data.Entity.Migrations.Model.InsertHistoryOperation">
  3355. <summary>
  3356. Represents inserting a new record into the migrations history table.
  3357. The migrations history table is used to store a log of the migrations that have been applied to the database.
  3358. </summary>
  3359. </member>
  3360. <member name="M:System.Data.Entity.Migrations.Model.InsertHistoryOperation.#ctor(System.String,System.String,System.Byte[],System.Object)">
  3361. <summary>
  3362. Initializes a new instance of the InsertHistoryOperation class.
  3363. </summary>
  3364. <param name = "table">Name of the migrations history table.</param>
  3365. <param name = "migrationId">Id of the migration record to be inserted.</param>
  3366. <param name = "model">Value to be stored in the model column.</param>
  3367. <param name = "anonymousArguments">
  3368. Additional arguments that may be processed by providers.
  3369. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3370. </param>
  3371. </member>
  3372. <member name="P:System.Data.Entity.Migrations.Model.InsertHistoryOperation.Model">
  3373. <summary>
  3374. Gets the value to store in the history table representing the target model of the migration.
  3375. </summary>
  3376. </member>
  3377. <member name="P:System.Data.Entity.Migrations.Model.InsertHistoryOperation.ProductVersion">
  3378. <summary>
  3379. Gets the value to store in the history table indicating the version of Entity Framework used to produce this migration.
  3380. </summary>
  3381. </member>
  3382. <member name="P:System.Data.Entity.Migrations.Model.InsertHistoryOperation.IsDestructiveChange">
  3383. <inheritdoc />
  3384. </member>
  3385. <member name="T:System.Data.Entity.Migrations.Model.MoveTableOperation">
  3386. <summary>
  3387. Represents moving a table from one schema to another.
  3388. </summary>
  3389. </member>
  3390. <member name="M:System.Data.Entity.Migrations.Model.MoveTableOperation.#ctor(System.String,System.String,System.Object)">
  3391. <summary>
  3392. Initializes a new instance of the MoveTableOperation class.
  3393. </summary>
  3394. <param name = "name">Name of the table to be moved.</param>
  3395. <param name = "newSchema">Name of the schema to move the table to.</param>
  3396. <param name = "anonymousArguments">
  3397. Additional arguments that may be processed by providers.
  3398. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3399. </param>
  3400. </member>
  3401. <member name="P:System.Data.Entity.Migrations.Model.MoveTableOperation.Name">
  3402. <summary>
  3403. Gets the name of the table to be moved.
  3404. </summary>
  3405. </member>
  3406. <member name="P:System.Data.Entity.Migrations.Model.MoveTableOperation.NewSchema">
  3407. <summary>
  3408. Gets the name of the schema to move the table to.
  3409. </summary>
  3410. </member>
  3411. <member name="P:System.Data.Entity.Migrations.Model.MoveTableOperation.Inverse">
  3412. <summary>
  3413. Gets an operation that moves the table back to its original schema.
  3414. </summary>
  3415. </member>
  3416. <member name="P:System.Data.Entity.Migrations.Model.MoveTableOperation.IsDestructiveChange">
  3417. <inheritdoc />
  3418. </member>
  3419. <member name="T:System.Data.Entity.Migrations.Model.RenameColumnOperation">
  3420. <summary>
  3421. Represents renaming an existing column.
  3422. </summary>
  3423. </member>
  3424. <member name="M:System.Data.Entity.Migrations.Model.RenameColumnOperation.#ctor(System.String,System.String,System.String,System.Object)">
  3425. <summary>
  3426. Initializes a new instance of the RenameColumnOperation class.
  3427. </summary>
  3428. <param name = "table">Name of the table the column belongs to.</param>
  3429. <param name = "name">Name of the column to be renamed.</param>
  3430. <param name = "newName">New name for the column.</param>
  3431. <param name = "anonymousArguments">
  3432. Additional arguments that may be processed by providers.
  3433. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3434. </param>
  3435. </member>
  3436. <member name="P:System.Data.Entity.Migrations.Model.RenameColumnOperation.Table">
  3437. <summary>
  3438. Gets the name of the table the column belongs to.
  3439. </summary>
  3440. </member>
  3441. <member name="P:System.Data.Entity.Migrations.Model.RenameColumnOperation.Name">
  3442. <summary>
  3443. Gets the name of the column to be renamed.
  3444. </summary>
  3445. </member>
  3446. <member name="P:System.Data.Entity.Migrations.Model.RenameColumnOperation.NewName">
  3447. <summary>
  3448. Gets the new name for the column.
  3449. </summary>
  3450. </member>
  3451. <member name="P:System.Data.Entity.Migrations.Model.RenameColumnOperation.Inverse">
  3452. <summary>
  3453. Gets an operation that reverts the rename.
  3454. </summary>
  3455. </member>
  3456. <member name="P:System.Data.Entity.Migrations.Model.RenameColumnOperation.IsDestructiveChange">
  3457. <inheritdoc />
  3458. </member>
  3459. <member name="T:System.Data.Entity.Migrations.Model.RenameTableOperation">
  3460. <summary>
  3461. Represents renaming an existing table.
  3462. </summary>
  3463. </member>
  3464. <member name="M:System.Data.Entity.Migrations.Model.RenameTableOperation.#ctor(System.String,System.String,System.Object)">
  3465. <summary>
  3466. Initializes a new instance of the RenameTableOperation class.
  3467. </summary>
  3468. <param name = "name">Name of the table to be renamed.</param>
  3469. <param name = "newName">New name for the table.</param>
  3470. <param name = "anonymousArguments">
  3471. Additional arguments that may be processed by providers.
  3472. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3473. </param>
  3474. </member>
  3475. <member name="P:System.Data.Entity.Migrations.Model.RenameTableOperation.Name">
  3476. <summary>
  3477. Gets the name of the table to be renamed.
  3478. </summary>
  3479. </member>
  3480. <member name="P:System.Data.Entity.Migrations.Model.RenameTableOperation.NewName">
  3481. <summary>
  3482. Gets the new name for the table.
  3483. </summary>
  3484. </member>
  3485. <member name="P:System.Data.Entity.Migrations.Model.RenameTableOperation.Inverse">
  3486. <summary>
  3487. Gets an operation that reverts the rename.
  3488. </summary>
  3489. </member>
  3490. <member name="P:System.Data.Entity.Migrations.Model.RenameTableOperation.IsDestructiveChange">
  3491. <inheritdoc />
  3492. </member>
  3493. <member name="T:System.Data.Entity.Migrations.Model.SqlOperation">
  3494. <summary>
  3495. Represents a provider specific SQL statement to be executed directly against the target database.
  3496. </summary>
  3497. </member>
  3498. <member name="M:System.Data.Entity.Migrations.Model.SqlOperation.#ctor(System.String,System.Object)">
  3499. <summary>
  3500. Initializes a new instance of the SqlOperation class.
  3501. </summary>
  3502. <param name = "sql">The SQL to be executed.</param>
  3503. <param name = "anonymousArguments">
  3504. Additional arguments that may be processed by providers.
  3505. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'.
  3506. </param>
  3507. </member>
  3508. <member name="P:System.Data.Entity.Migrations.Model.SqlOperation.Sql">
  3509. <summary>
  3510. Gets the SQL to be executed.
  3511. </summary>
  3512. </member>
  3513. <member name="P:System.Data.Entity.Migrations.Model.SqlOperation.SuppressTransaction">
  3514. <summary>
  3515. Gets or sets a value indicating whether this statement should be performed outside of
  3516. the transaction scope that is used to make the migration process transactional.
  3517. If set to true, this operation will not be rolled back if the migration process fails.
  3518. </summary>
  3519. </member>
  3520. <member name="P:System.Data.Entity.Migrations.Model.SqlOperation.IsDestructiveChange">
  3521. <inheritdoc />
  3522. </member>
  3523. <member name="T:System.Data.Entity.Migrations.Sql.MigrationSqlGenerator">
  3524. <summary>
  3525. Common base class for providers that convert provider agnostic migration
  3526. operations into database provider specific SQL commands.
  3527. </summary>
  3528. </member>
  3529. <member name="M:System.Data.Entity.Migrations.Sql.MigrationSqlGenerator.Generate(System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String)">
  3530. <summary>
  3531. Converts a set of migration operations into database provider specific SQL.
  3532. </summary>
  3533. <param name = "migrationOperations">The operations to be converted.</param>
  3534. <param name = "providerManifestToken">Token representing the version of the database being targeted.</param>
  3535. <returns>A list of SQL statements to be executed to perform the migration operations.</returns>
  3536. </member>
  3537. <member name="T:System.Data.Entity.Migrations.Sql.MigrationStatement">
  3538. <summary>
  3539. Represents a migration operation that has been translated into a SQL statement.
  3540. </summary>
  3541. </member>
  3542. <member name="P:System.Data.Entity.Migrations.Sql.MigrationStatement.Sql">
  3543. <summary>
  3544. Gets or sets the SQL to be executed to perform this migration operation.
  3545. </summary>
  3546. </member>
  3547. <member name="P:System.Data.Entity.Migrations.Sql.MigrationStatement.SuppressTransaction">
  3548. <summary>
  3549. Gets or sets a value indicating whether this statement should be performed outside of
  3550. the transaction scope that is used to make the migration process transactional.
  3551. If set to true, this operation will not be rolled back if the migration process fails.
  3552. </summary>
  3553. </member>
  3554. <member name="T:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator">
  3555. <summary>
  3556. Provider to convert provider agnostic migration operations into SQL commands
  3557. that can be run against Microsoft SQL Server Compact Edition.
  3558. </summary>
  3559. </member>
  3560. <member name="T:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator">
  3561. <summary>
  3562. Provider to convert provider agnostic migration operations into SQL commands
  3563. that can be run against a Microsoft SQL Server database.
  3564. </summary>
  3565. </member>
  3566. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Collections.Generic.IEnumerable{System.Data.Entity.Migrations.Model.MigrationOperation},System.String)">
  3567. <summary>
  3568. Converts a set of migration operations into Microsoft SQL Server specific SQL.
  3569. </summary>
  3570. <param name = "migrationOperations">The operations to be converted.</param>
  3571. <param name = "providerManifestToken">Token representing the version of SQL Server being targeted (i.e. "2005", "2008").</param>
  3572. <returns>A list of SQL statements to be executed to perform the migration operations.</returns>
  3573. </member>
  3574. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.CreateConnection">
  3575. <summary>
  3576. Creates an empty connection for the current provider.
  3577. Allows derived providers to use connection other than <see cref="T:System.Data.SqlClient.SqlConnection"/>.
  3578. </summary>
  3579. <returns></returns>
  3580. </member>
  3581. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.CreateTableOperation)">
  3582. <summary>
  3583. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.CreateTableOperation"/>.
  3584. Generated SQL should be added using the Statement method.
  3585. </summary>
  3586. <param name="createTableOperation">The operation to produce SQL for.</param>
  3587. </member>
  3588. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.GenerateMakeSystemTable(System.Data.Entity.Migrations.Model.CreateTableOperation)">
  3589. <summary>
  3590. Generates SQL to mark a table as a system table.
  3591. Generated SQL should be added using the Statement method.
  3592. </summary>
  3593. <param name = "createTableOperation">The table to mark as a system table.</param>
  3594. </member>
  3595. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.GenerateCreateSchema(System.String)">
  3596. <summary>
  3597. Generates SQL to create a database schema.
  3598. Generated SQL should be added using the Statement method.
  3599. </summary>
  3600. <param name = "createTableOperation">The name of the schema to create.</param>
  3601. </member>
  3602. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.AddForeignKeyOperation)">
  3603. <summary>
  3604. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.AddForeignKeyOperation"/>.
  3605. Generated SQL should be added using the Statement method.
  3606. </summary>
  3607. <param name="addForeignKeyOperation">The operation to produce SQL for.</param>
  3608. </member>
  3609. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropForeignKeyOperation)">
  3610. <summary>
  3611. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DropForeignKeyOperation"/>.
  3612. Generated SQL should be added using the Statement method.
  3613. </summary>
  3614. <param name="dropForeignKeyOperation">The operation to produce SQL for.</param>
  3615. </member>
  3616. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.CreateIndexOperation)">
  3617. <summary>
  3618. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.CreateIndexOperation"/>.
  3619. Generated SQL should be added using the Statement method.
  3620. </summary>
  3621. <param name="createIndexOperation">The operation to produce SQL for.</param>
  3622. </member>
  3623. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropIndexOperation)">
  3624. <summary>
  3625. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DropIndexOperation"/>.
  3626. Generated SQL should be added using the Statement method.
  3627. </summary>
  3628. <param name="dropIndexOperation">The operation to produce SQL for.</param>
  3629. </member>
  3630. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation)">
  3631. <summary>
  3632. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.AddPrimaryKeyOperation"/>.
  3633. Generated SQL should be added using the Statement method.
  3634. </summary>
  3635. <param name="addPrimaryKeyOperation">The operation to produce SQL for.</param>
  3636. </member>
  3637. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation)">
  3638. <summary>
  3639. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DropPrimaryKeyOperation"/>.
  3640. Generated SQL should be added using the Statement method.
  3641. </summary>
  3642. <param name="dropPrimaryKeyOperation">The operation to produce SQL for.</param>
  3643. </member>
  3644. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.AddColumnOperation)">
  3645. <summary>
  3646. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.AddColumnOperation"/>.
  3647. Generated SQL should be added using the Statement method.
  3648. </summary>
  3649. <param name="addColumnOperation">The operation to produce SQL for.</param>
  3650. </member>
  3651. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropColumnOperation)">
  3652. <summary>
  3653. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DropColumnOperation"/>.
  3654. Generated SQL should be added using the Statement method.
  3655. </summary>
  3656. <param name="dropColumnOperation">The operation to produce SQL for.</param>
  3657. </member>
  3658. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.AlterColumnOperation)">
  3659. <summary>
  3660. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.AlterColumnOperation"/>.
  3661. Generated SQL should be added using the Statement method.
  3662. </summary>
  3663. <param name="alterColumnOperation">The operation to produce SQL for.</param>
  3664. </member>
  3665. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropTableOperation)">
  3666. <summary>
  3667. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DropTableOperation"/>.
  3668. Generated SQL should be added using the Statement method.
  3669. </summary>
  3670. <param name="dropTableOperation">The operation to produce SQL for.</param>
  3671. </member>
  3672. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.SqlOperation)">
  3673. <summary>
  3674. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.SqlOperation"/>.
  3675. Generated SQL should be added using the Statement method.
  3676. </summary>
  3677. <param name="sqlOperation">The operation to produce SQL for.</param>
  3678. </member>
  3679. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.RenameColumnOperation)">
  3680. <summary>
  3681. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.RenameColumnOperation"/>.
  3682. Generated SQL should be added using the Statement method.
  3683. </summary>
  3684. <param name="renameColumnOperation">The operation to produce SQL for.</param>
  3685. </member>
  3686. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.RenameTableOperation)">
  3687. <summary>
  3688. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.RenameTableOperation"/>.
  3689. Generated SQL should be added using the Statement method.
  3690. </summary>
  3691. <param name="renameTableOperation">The operation to produce SQL for.</param>
  3692. </member>
  3693. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.MoveTableOperation)">
  3694. <summary>
  3695. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.MoveTableOperation"/>.
  3696. Generated SQL should be added using the Statement method.
  3697. </summary>
  3698. <param name="moveTableOperation">The operation to produce SQL for.</param>
  3699. </member>
  3700. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.InsertHistoryOperation)">
  3701. <summary>
  3702. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.InsertHistoryOperation"/>.
  3703. Generated SQL should be added using the Statement method.
  3704. </summary>
  3705. <param name="insertHistoryOperation">The operation to produce SQL for.</param>
  3706. </member>
  3707. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DeleteHistoryOperation)">
  3708. <summary>
  3709. Generates SQL for a <see cref="T:System.Data.Entity.Migrations.Model.DeleteHistoryOperation"/>.
  3710. Generated SQL should be added using the Statement method.
  3711. </summary>
  3712. <param name="deleteHistoryOperation">The operation to produce SQL for.</param>
  3713. </member>
  3714. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Byte[])">
  3715. <summary>
  3716. Generates SQL to specify a constant byte[] default value being set on a column.
  3717. This method just generates the actual value, not the SQL to set the default value.
  3718. </summary>
  3719. <param name = "defaultValue">The value to be set.</param>
  3720. <returns>SQL representing the default value.</returns>
  3721. </member>
  3722. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Boolean)">
  3723. <summary>
  3724. Generates SQL to specify a constant bool default value being set on a column.
  3725. This method just generates the actual value, not the SQL to set the default value.
  3726. </summary>
  3727. <param name = "defaultValue">The value to be set.</param>
  3728. <returns>SQL representing the default value.</returns>
  3729. </member>
  3730. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.DateTime)">
  3731. <summary>
  3732. Generates SQL to specify a constant DateTime default value being set on a column.
  3733. This method just generates the actual value, not the SQL to set the default value.
  3734. </summary>
  3735. <param name = "defaultValue">The value to be set.</param>
  3736. <returns>SQL representing the default value.</returns>
  3737. </member>
  3738. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.DateTimeOffset)">
  3739. <summary>
  3740. Generates SQL to specify a constant DateTimeOffset default value being set on a column.
  3741. This method just generates the actual value, not the SQL to set the default value.
  3742. </summary>
  3743. <param name = "defaultValue">The value to be set.</param>
  3744. <returns>SQL representing the default value.</returns>
  3745. </member>
  3746. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Guid)">
  3747. <summary>
  3748. Generates SQL to specify a constant Guid default value being set on a column.
  3749. This method just generates the actual value, not the SQL to set the default value.
  3750. </summary>
  3751. <param name = "defaultValue">The value to be set.</param>
  3752. <returns>SQL representing the default value.</returns>
  3753. </member>
  3754. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.String)">
  3755. <summary>
  3756. Generates SQL to specify a constant string default value being set on a column.
  3757. This method just generates the actual value, not the SQL to set the default value.
  3758. </summary>
  3759. <param name = "defaultValue">The value to be set.</param>
  3760. <returns>SQL representing the default value.</returns>
  3761. </member>
  3762. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.TimeSpan)">
  3763. <summary>
  3764. Generates SQL to specify a constant TimeSpan default value being set on a column.
  3765. This method just generates the actual value, not the SQL to set the default value.
  3766. </summary>
  3767. <param name = "defaultValue">The value to be set.</param>
  3768. <returns>SQL representing the default value.</returns>
  3769. </member>
  3770. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Spatial.DbGeography)">
  3771. <summary>
  3772. Generates SQL to specify a constant geogrpahy default value being set on a column.
  3773. This method just generates the actual value, not the SQL to set the default value.
  3774. </summary>
  3775. <param name = "defaultValue">The value to be set.</param>
  3776. <returns>SQL representing the default value.</returns>
  3777. </member>
  3778. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Data.Spatial.DbGeometry)">
  3779. <summary>
  3780. Generates SQL to specify a constant geometry default value being set on a column.
  3781. This method just generates the actual value, not the SQL to set the default value.
  3782. </summary>
  3783. <param name = "defaultValue">The value to be set.</param>
  3784. <returns>SQL representing the default value.</returns>
  3785. </member>
  3786. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Generate(System.Object)">
  3787. <summary>
  3788. Generates SQL to specify a constant default value being set on a column.
  3789. This method just generates the actual value, not the SQL to set the default value.
  3790. </summary>
  3791. <param name = "defaultValue">The value to be set.</param>
  3792. <returns>SQL representing the default value.</returns>
  3793. </member>
  3794. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.BuildColumnType(System.Data.Entity.Migrations.Model.ColumnModel)">
  3795. <summary>
  3796. Generates SQL to specify the data type of a column.
  3797. This method just generates the actual type, not the SQL to create the column.
  3798. </summary>
  3799. <param name = "defaultValue">The definition of the column.</param>
  3800. <returns>SQL representing the data type.</returns>
  3801. </member>
  3802. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Name(System.String)">
  3803. <summary>
  3804. Generates a quoted name. The supplied name may or may not contain the schema.
  3805. </summary>
  3806. <param name = "name">The name to be quoted.</param>
  3807. <returns>The quoted name.</returns>
  3808. </member>
  3809. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Quote(System.String)">
  3810. <summary>
  3811. Quotes an identifier for SQL Server.
  3812. </summary>
  3813. <param name = "identifier">The identifier to be quoted.</param>
  3814. <returns>The quoted identifier.</returns>
  3815. </member>
  3816. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Statement(System.String,System.Boolean)">
  3817. <summary>
  3818. Adds a new Statement to be executed against the database.
  3819. </summary>
  3820. <param name = "sql">The statement to be executed.</param>
  3821. <param name = "suppressTransaction">
  3822. Gets or sets a value indicating whether this statement should be performed outside of
  3823. the transaction scope that is used to make the migration process transactional.
  3824. If set to true, this operation will not be rolled back if the migration process fails.
  3825. </param>
  3826. </member>
  3827. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Writer">
  3828. <summary>
  3829. Gets a new <see cref="T:System.Data.Entity.Migrations.Utilities.IndentedTextWriter"/> that can be used to build SQL.
  3830. This is just a helper method to create a writer. Writing to the writer will
  3831. not cause SQL to be registered for execution. You must pass the generated
  3832. SQL to the Statement method.
  3833. </summary>
  3834. <returns>An empty text writer to use for SQL generation.</returns>
  3835. </member>
  3836. <member name="M:System.Data.Entity.Migrations.Sql.SqlServerMigrationSqlGenerator.Statement(System.Data.Entity.Migrations.Utilities.IndentedTextWriter)">
  3837. <summary>
  3838. Adds a new Statement to be executed against the database.
  3839. </summary>
  3840. <param name = "writer">The writer containing the SQL to be executed.</param>
  3841. </member>
  3842. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.CreateConnection">
  3843. <inheritdoc />
  3844. </member>
  3845. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.GenerateCreateSchema(System.String)">
  3846. <inheritdoc />
  3847. </member>
  3848. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.RenameColumnOperation)">
  3849. <inheritdoc />
  3850. </member>
  3851. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.RenameTableOperation)">
  3852. <inheritdoc />
  3853. </member>
  3854. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.MoveTableOperation)">
  3855. <inheritdoc />
  3856. </member>
  3857. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.GenerateMakeSystemTable(System.Data.Entity.Migrations.Model.CreateTableOperation)">
  3858. <inheritdoc />
  3859. </member>
  3860. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropColumnOperation)">
  3861. <inheritdoc />
  3862. </member>
  3863. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.DropIndexOperation)">
  3864. <inheritdoc />
  3865. </member>
  3866. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.Data.Entity.Migrations.Model.AlterColumnOperation)">
  3867. <inheritdoc />
  3868. </member>
  3869. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Generate(System.DateTime)">
  3870. <inheritdoc />
  3871. </member>
  3872. <member name="M:System.Data.Entity.Migrations.Sql.SqlCeMigrationSqlGenerator.Name(System.String)">
  3873. <inheritdoc />
  3874. </member>
  3875. <member name="T:System.Data.Entity.Migrations.Utilities.ConfigurationFileUpdater">
  3876. <summary>
  3877. Utility class to prep the user's config file to run in an AppDomain
  3878. </summary>
  3879. </member>
  3880. <member name="M:System.Data.Entity.Migrations.Utilities.ConfigurationFileUpdater.Update(System.String)">
  3881. <summary>
  3882. Updates a config file by adding binding redirects for EntityFramework.dll.
  3883. This ensures that the user's code can be ran in an AppDomain and the exact
  3884. same version of the assembly will be used for both domains.
  3885. </summary>
  3886. <param name = "configurationFile">That path of the user's config file. Can also be null or a path to an non-existent file.</param>
  3887. <returns>The path of the updated config file. It is the caller's responsibility to delete this.</returns>
  3888. </member>
  3889. <member name="T:System.Data.Entity.Migrations.Utilities.IndentedTextWriter">
  3890. <summary>
  3891. The same as <see cref="T:System.CodeDom.Compiler.IndentedTextWriter"/> but works in partial trust.
  3892. </summary>
  3893. </member>
  3894. <member name="F:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.DefaultTabString">
  3895. <summary>
  3896. Specifies the default tab string. This field is constant.
  3897. </summary>
  3898. </member>
  3899. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.#ctor(System.IO.TextWriter)">
  3900. <summary>
  3901. Initializes a new instance of the IndentedTextWriter class using the specified text writer and default tab string.
  3902. </summary>
  3903. <param name = "writer">The <see cref = "T:System.IO.TextWriter" /> to use for output. </param>
  3904. </member>
  3905. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.#ctor(System.IO.TextWriter,System.String)">
  3906. <summary>
  3907. Initializes a new instance of the IndentedTextWriter class using the specified text writer and tab string.
  3908. </summary>
  3909. <param name = "writer">The <see cref = "T:System.IO.TextWriter" /> to use for output. </param>
  3910. <param name = "tabString">The tab string to use for indentation. </param>
  3911. </member>
  3912. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Close">
  3913. <summary>
  3914. Closes the document being written to.
  3915. </summary>
  3916. </member>
  3917. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Flush">
  3918. <summary>
  3919. Flushes the stream.
  3920. </summary>
  3921. </member>
  3922. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.OutputTabs">
  3923. <summary>
  3924. Outputs the tab string once for each level of indentation according to the <see cref = "P:System.CodeDom.Compiler.IndentedTextWriter.Indent" /> property.
  3925. </summary>
  3926. </member>
  3927. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.String)">
  3928. <summary>
  3929. Writes the specified string to the text stream.
  3930. </summary>
  3931. <param name = "s">The string to write. </param>
  3932. </member>
  3933. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Boolean)">
  3934. <summary>
  3935. Writes the text representation of a Boolean value to the text stream.
  3936. </summary>
  3937. <param name = "value">The Boolean value to write. </param>
  3938. </member>
  3939. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Char)">
  3940. <summary>
  3941. Writes a character to the text stream.
  3942. </summary>
  3943. <param name = "value">The character to write. </param>
  3944. </member>
  3945. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Char[])">
  3946. <summary>
  3947. Writes a character array to the text stream.
  3948. </summary>
  3949. <param name = "buffer">The character array to write. </param>
  3950. </member>
  3951. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Char[],System.Int32,System.Int32)">
  3952. <summary>
  3953. Writes a subarray of characters to the text stream.
  3954. </summary>
  3955. <param name = "buffer">The character array to write data from. </param>
  3956. <param name = "index">Starting index in the buffer. </param>
  3957. <param name = "count">The number of characters to write. </param>
  3958. </member>
  3959. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Double)">
  3960. <summary>
  3961. Writes the text representation of a Double to the text stream.
  3962. </summary>
  3963. <param name = "value">The double to write. </param>
  3964. </member>
  3965. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Single)">
  3966. <summary>
  3967. Writes the text representation of a Single to the text stream.
  3968. </summary>
  3969. <param name = "value">The single to write. </param>
  3970. </member>
  3971. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Int32)">
  3972. <summary>
  3973. Writes the text representation of an integer to the text stream.
  3974. </summary>
  3975. <param name = "value">The integer to write. </param>
  3976. </member>
  3977. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Int64)">
  3978. <summary>
  3979. Writes the text representation of an 8-byte integer to the text stream.
  3980. </summary>
  3981. <param name = "value">The 8-byte integer to write. </param>
  3982. </member>
  3983. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.Object)">
  3984. <summary>
  3985. Writes the text representation of an object to the text stream.
  3986. </summary>
  3987. <param name = "value">The object to write. </param>
  3988. </member>
  3989. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.String,System.Object)">
  3990. <summary>
  3991. Writes out a formatted string, using the same semantics as specified.
  3992. </summary>
  3993. <param name = "format">The formatting string. </param>
  3994. <param name = "arg0">The object to write into the formatted string. </param>
  3995. </member>
  3996. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.String,System.Object,System.Object)">
  3997. <summary>
  3998. Writes out a formatted string, using the same semantics as specified.
  3999. </summary>
  4000. <param name = "format">The formatting string to use. </param>
  4001. <param name = "arg0">The first object to write into the formatted string. </param>
  4002. <param name = "arg1">The second object to write into the formatted string. </param>
  4003. </member>
  4004. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Write(System.String,System.Object[])">
  4005. <summary>
  4006. Writes out a formatted string, using the same semantics as specified.
  4007. </summary>
  4008. <param name = "format">The formatting string to use. </param>
  4009. <param name = "arg">The argument array to output. </param>
  4010. </member>
  4011. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLineNoTabs(System.String)">
  4012. <summary>
  4013. Writes the specified string to a line without tabs.
  4014. </summary>
  4015. <param name = "s">The string to write. </param>
  4016. </member>
  4017. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.String)">
  4018. <summary>
  4019. Writes the specified string, followed by a line terminator, to the text stream.
  4020. </summary>
  4021. <param name = "s">The string to write. </param>
  4022. </member>
  4023. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine">
  4024. <summary>
  4025. Writes a line terminator.
  4026. </summary>
  4027. </member>
  4028. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Boolean)">
  4029. <summary>
  4030. Writes the text representation of a Boolean, followed by a line terminator, to the text stream.
  4031. </summary>
  4032. <param name = "value">The Boolean to write. </param>
  4033. </member>
  4034. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Char)">
  4035. <summary>
  4036. Writes a character, followed by a line terminator, to the text stream.
  4037. </summary>
  4038. <param name = "value">The character to write. </param>
  4039. </member>
  4040. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Char[])">
  4041. <summary>
  4042. Writes a character array, followed by a line terminator, to the text stream.
  4043. </summary>
  4044. <param name = "buffer">The character array to write. </param>
  4045. </member>
  4046. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
  4047. <summary>
  4048. Writes a subarray of characters, followed by a line terminator, to the text stream.
  4049. </summary>
  4050. <param name = "buffer">The character array to write data from. </param>
  4051. <param name = "index">Starting index in the buffer. </param>
  4052. <param name = "count">The number of characters to write. </param>
  4053. </member>
  4054. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Double)">
  4055. <summary>
  4056. Writes the text representation of a Double, followed by a line terminator, to the text stream.
  4057. </summary>
  4058. <param name = "value">The double to write. </param>
  4059. </member>
  4060. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Single)">
  4061. <summary>
  4062. Writes the text representation of a Single, followed by a line terminator, to the text stream.
  4063. </summary>
  4064. <param name = "value">The single to write. </param>
  4065. </member>
  4066. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Int32)">
  4067. <summary>
  4068. Writes the text representation of an integer, followed by a line terminator, to the text stream.
  4069. </summary>
  4070. <param name = "value">The integer to write. </param>
  4071. </member>
  4072. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Int64)">
  4073. <summary>
  4074. Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream.
  4075. </summary>
  4076. <param name = "value">The 8-byte integer to write. </param>
  4077. </member>
  4078. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.Object)">
  4079. <summary>
  4080. Writes the text representation of an object, followed by a line terminator, to the text stream.
  4081. </summary>
  4082. <param name = "value">The object to write. </param>
  4083. </member>
  4084. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.String,System.Object)">
  4085. <summary>
  4086. Writes out a formatted string, followed by a line terminator, using the same semantics as specified.
  4087. </summary>
  4088. <param name = "format">The formatting string. </param>
  4089. <param name = "arg0">The object to write into the formatted string. </param>
  4090. </member>
  4091. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)">
  4092. <summary>
  4093. Writes out a formatted string, followed by a line terminator, using the same semantics as specified.
  4094. </summary>
  4095. <param name = "format">The formatting string to use. </param>
  4096. <param name = "arg0">The first object to write into the formatted string. </param>
  4097. <param name = "arg1">The second object to write into the formatted string. </param>
  4098. </member>
  4099. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.String,System.Object[])">
  4100. <summary>
  4101. Writes out a formatted string, followed by a line terminator, using the same semantics as specified.
  4102. </summary>
  4103. <param name = "format">The formatting string to use. </param>
  4104. <param name = "arg">The argument array to output. </param>
  4105. </member>
  4106. <member name="M:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.WriteLine(System.UInt32)">
  4107. <summary>
  4108. Writes the text representation of a UInt32, followed by a line terminator, to the text stream.
  4109. </summary>
  4110. <param name = "value">A UInt32 to output. </param>
  4111. </member>
  4112. <member name="P:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Encoding">
  4113. <summary>
  4114. Gets the encoding for the text writer to use.
  4115. </summary>
  4116. <returns>
  4117. An <see cref = "T:System.Text.Encoding" /> that indicates the encoding for the text writer to use.
  4118. </returns>
  4119. </member>
  4120. <member name="P:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.NewLine">
  4121. <summary>
  4122. Gets or sets the new line character to use.
  4123. </summary>
  4124. <returns>
  4125. The new line character to use.
  4126. </returns>
  4127. </member>
  4128. <member name="P:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.Indent">
  4129. <summary>
  4130. Gets or sets the number of spaces to indent.
  4131. </summary>
  4132. <returns>
  4133. The number of spaces to indent.
  4134. </returns>
  4135. </member>
  4136. <member name="P:System.Data.Entity.Migrations.Utilities.IndentedTextWriter.InnerWriter">
  4137. <summary>
  4138. Gets the <see cref = "T:System.IO.TextWriter" /> to use.
  4139. </summary>
  4140. <returns>
  4141. The <see cref = "T:System.IO.TextWriter" /> to use.
  4142. </returns>
  4143. </member>
  4144. <member name="T:System.Data.Entity.Migrations.Utilities.UtcNowGenerator">
  4145. <summary>
  4146. Used for generating <see cref="P:System.DateTime.UtcNow"/> values that are always in sequential
  4147. order for the calling thread.
  4148. </summary>
  4149. </member>
  4150. <member name="M:System.Data.Entity.Migrations.Utilities.UtcNowGenerator.UtcNow">
  4151. <summary>
  4152. Returns the value of <see cref="P:System.DateTime.UtcNow"/> unless this value would be the same as the
  4153. last value returned by this thread calling this method, in which case the thread pushes the value
  4154. a little bit into the future. The comparison is in terms of the form used to store migration ID
  4155. in the database--i.e. to the 1/10 second.
  4156. </summary>
  4157. <remarks>
  4158. There should never be any pushing to the future involved for normal use of migrations, but when
  4159. this method is called in rapid succession while testing or otherwise calling the DbMigrator APIs
  4160. there may be occasional sleeping.
  4161. </remarks>
  4162. </member>
  4163. <member name="M:System.Data.Entity.Migrations.Utilities.UtcNowGenerator.UtcNowAsMigrationIdTimestamp">
  4164. <summary>
  4165. Same as UtcNow method bur returns the time in the timestamp format used in migration IDs.
  4166. </summary>
  4167. </member>
  4168. <member name="T:System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConventionStrict">
  4169. <summary>
  4170. Convention to apply column ordering specified via <see cref="T:System.ComponentModel.DataAnnotations.ColumnAttribute"/>
  4171. or the <see cref="T:System.Data.Entity.DbModelBuilder"/> API. This convention throws if a duplicate configured column order
  4172. is detected.
  4173. </summary>
  4174. </member>
  4175. <member name="T:System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention">
  4176. <summary>
  4177. Convention to apply column ordering specified via <see cref="T:System.ComponentModel.DataAnnotations.ColumnAttribute"/>
  4178. or the <see cref="T:System.Data.Entity.DbModelBuilder"/> API.
  4179. </summary>
  4180. </member>
  4181. <member name="T:System.Data.Entity.ModelConfiguration.Conventions.IConvention">
  4182. <summary>
  4183. Identifies conventions that can be removed from a <see cref="T:System.Data.Entity.DbModelBuilder"/> instance.
  4184. </summary>
  4185. /// <remarks>
  4186. Note that implementations of this interface must be immutable.
  4187. </remarks>
  4188. </member>
  4189. <member name="T:System.Data.Entity.Resources.Strings">
  4190. <summary>
  4191. Strongly-typed and parameterized string resources.
  4192. </summary>
  4193. </member>
  4194. <member name="M:System.Data.Entity.Resources.Strings.LoggingAutoMigrate(System.Object)">
  4195. <summary>
  4196. A string like "Applying automatic migration: {0}."
  4197. </summary>
  4198. </member>
  4199. <member name="M:System.Data.Entity.Resources.Strings.LoggingRevertAutoMigrate(System.Object)">
  4200. <summary>
  4201. A string like "Reverting automatic migration: {0}."
  4202. </summary>
  4203. </member>
  4204. <member name="M:System.Data.Entity.Resources.Strings.LoggingApplyMigration(System.Object)">
  4205. <summary>
  4206. A string like "Applying code-based migration: {0}."
  4207. </summary>
  4208. </member>
  4209. <member name="M:System.Data.Entity.Resources.Strings.LoggingRevertMigration(System.Object)">
  4210. <summary>
  4211. A string like "Reverting code-based migration: {0}."
  4212. </summary>
  4213. </member>
  4214. <member name="M:System.Data.Entity.Resources.Strings.LoggingPendingMigrations(System.Object,System.Object)">
  4215. <summary>
  4216. A string like "Applying code-based migrations: [{1}]."
  4217. </summary>
  4218. </member>
  4219. <member name="M:System.Data.Entity.Resources.Strings.LoggingPendingMigrationsDown(System.Object,System.Object)">
  4220. <summary>
  4221. A string like "Reverting migrations: [{1}]."
  4222. </summary>
  4223. </member>
  4224. <member name="M:System.Data.Entity.Resources.Strings.LoggingAlreadyAtTarget(System.Object)">
  4225. <summary>
  4226. A string like "Target database is already at version {0}."
  4227. </summary>
  4228. </member>
  4229. <member name="M:System.Data.Entity.Resources.Strings.LoggingTargetDatabase(System.Object)">
  4230. <summary>
  4231. A string like "Target database is: {0}."
  4232. </summary>
  4233. </member>
  4234. <member name="M:System.Data.Entity.Resources.Strings.LoggingTargetDatabaseFormat(System.Object,System.Object,System.Object,System.Object)">
  4235. <summary>
  4236. A string like "'{1}' (DataSource: {0}, Provider: {2}, Origin: {3})"
  4237. </summary>
  4238. </member>
  4239. <member name="M:System.Data.Entity.Resources.Strings.MigrationNotFound(System.Object)">
  4240. <summary>
  4241. A string like "The specified target migration '{0}' does not exist. Ensure that target migration refers to an existing migration id."
  4242. </summary>
  4243. </member>
  4244. <member name="M:System.Data.Entity.Resources.Strings.PartialFkOperation(System.Object,System.Object)">
  4245. <summary>
  4246. A string like "The Foreign Key on table '{0}' with columns '{1}' could not be created because the principal key columns could not be determined. Use the AddForeignKey fluent API to fully specify the Foreign Key."
  4247. </summary>
  4248. </member>
  4249. <member name="M:System.Data.Entity.Resources.Strings.AutoNotValidTarget(System.Object)">
  4250. <summary>
  4251. A string like "'{0}' is not a valid target migration. When targeting a previously applied automatic migration, use the full migration id including timestamp."
  4252. </summary>
  4253. </member>
  4254. <member name="M:System.Data.Entity.Resources.Strings.AutoNotValidForScriptWindows(System.Object)">
  4255. <summary>
  4256. A string like "'{0}' is not a valid migration. Code-based migrations must be used for both source and target when scripting the upgrade between them."
  4257. </summary>
  4258. </member>
  4259. <member name="M:System.Data.Entity.Resources.Strings.ContextNotConstructible(System.Object)">
  4260. <summary>
  4261. A string like "The target context '{0}' is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."
  4262. </summary>
  4263. </member>
  4264. <member name="M:System.Data.Entity.Resources.Strings.AmbiguousMigrationName(System.Object)">
  4265. <summary>
  4266. A string like "The specified migration name '{0}' is ambiguous. Specify the full migration id including timestamp instead."
  4267. </summary>
  4268. </member>
  4269. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_NoConfigurationWithName(System.Object,System.Object)">
  4270. <summary>
  4271. A string like "The migrations configuration type '{0}' was not be found in the assembly '{1}'."
  4272. </summary>
  4273. </member>
  4274. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_MultipleConfigurationsWithName(System.Object,System.Object)">
  4275. <summary>
  4276. A string like "More than one migrations configuration type '{0}' was found in the assembly '{1}'. Specify the fully qualified name of the one to use."
  4277. </summary>
  4278. </member>
  4279. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_NoConfiguration(System.Object)">
  4280. <summary>
  4281. A string like "No migrations configuration type was found in the assembly '{0}'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration)."
  4282. </summary>
  4283. </member>
  4284. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_MultipleConfigurations(System.Object)">
  4285. <summary>
  4286. A string like "More than one migrations configuration type was found in the assembly '{0}'. Specify the name of the one to use."
  4287. </summary>
  4288. </member>
  4289. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_NonConfigurationType(System.Object)">
  4290. <summary>
  4291. A string like "The type '{0}' is not a migrations configuration type."
  4292. </summary>
  4293. </member>
  4294. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_NoDefaultConstructor(System.Object)">
  4295. <summary>
  4296. A string like "The migrations configuration type '{0}' must have a public default constructor."
  4297. </summary>
  4298. </member>
  4299. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_AbstractConfigurationType(System.Object)">
  4300. <summary>
  4301. A string like "The migrations configuration type '{0}' must not be abstract."
  4302. </summary>
  4303. </member>
  4304. <member name="M:System.Data.Entity.Resources.Strings.AssemblyMigrator_GenericConfigurationType(System.Object)">
  4305. <summary>
  4306. A string like "The migrations configuration type '{0}' must not be generic."
  4307. </summary>
  4308. </member>
  4309. <member name="M:System.Data.Entity.Resources.Strings.MigrationsNamespaceNotUnderRootNamespace(System.Object,System.Object)">
  4310. <summary>
  4311. A string like "In VB.NET projects, the migrations namespace '{0}' must be under the root namespace '{1}'. Update the migrations project's root namespace to allow classes under the migrations namespace to be added."
  4312. </summary>
  4313. </member>
  4314. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.UnableToDispatchAddOrUpdate(System.Object)" -->
  4315. <member name="M:System.Data.Entity.Resources.Strings.NoSqlGeneratorForProvider(System.Object)">
  4316. <summary>
  4317. A string like "No MigrationSqlGenerator found for provider '{0}'. Use the SetSqlGenerator method in the target migrations configuration class to register additional SQL generators."
  4318. </summary>
  4319. </member>
  4320. <member name="M:System.Data.Entity.Resources.Strings.ToolingFacade_AssemblyNotFound(System.Object)">
  4321. <summary>
  4322. A string like "Could not load assembly '{0}'. (If you are using Code First Migrations inside Visual Studio this can happen if the startUp project for your solution does not reference the project that contains your migrations. You can either change the startUp project for your solution or use the -StartUpProjectName parameter.)"
  4323. </summary>
  4324. </member>
  4325. <member name="M:System.Data.Entity.Resources.Strings.EnableMigrations_NoContext(System.Object)">
  4326. <summary>
  4327. A string like "No context type was found in the assembly '{0}'."
  4328. </summary>
  4329. </member>
  4330. <member name="M:System.Data.Entity.Resources.Strings.EnableMigrations_MultipleContexts(System.Object)">
  4331. <summary>
  4332. A string like "More than one context type was found in the assembly '{0}'."
  4333. </summary>
  4334. </member>
  4335. <member name="M:System.Data.Entity.Resources.Strings.EnableMigrationsForContext(System.Object)">
  4336. <summary>
  4337. A string like "To enable migrations for {0}, use Enable-Migrations -ContextTypeName {0}."
  4338. </summary>
  4339. </member>
  4340. <member name="M:System.Data.Entity.Resources.Strings.EnableMigrations_NoContextWithName(System.Object,System.Object)">
  4341. <summary>
  4342. A string like "The context type '{0}' was not found in the assembly '{1}'."
  4343. </summary>
  4344. </member>
  4345. <member name="M:System.Data.Entity.Resources.Strings.EnableMigrations_MultipleContextsWithName(System.Object,System.Object)">
  4346. <summary>
  4347. A string like "More than one context type '{0}' was found in the assembly '{1}'. Specify the fully qualified name of the context."
  4348. </summary>
  4349. </member>
  4350. <member name="M:System.Data.Entity.Resources.Strings.ArgumentIsNullOrWhitespace(System.Object)">
  4351. <summary>
  4352. A string like "The argument '{0}' cannot be null, empty or contain only white space."
  4353. </summary>
  4354. </member>
  4355. <member name="M:System.Data.Entity.Resources.Strings.ArgumentPropertyIsNull(System.Object)">
  4356. <summary>
  4357. A string like "The argument property '{0}' cannot be null."
  4358. </summary>
  4359. </member>
  4360. <member name="M:System.Data.Entity.Resources.Strings.PreconditionFailed(System.Object,System.Object)">
  4361. <summary>
  4362. A string like "The precondition '{0}' failed. {1}"
  4363. </summary>
  4364. </member>
  4365. <member name="M:System.Data.Entity.Resources.Strings.EntityTypeConfigurationMismatch(System.Object)">
  4366. <summary>
  4367. A string like "The type '{0}' has already been configured as a complex type. It cannot be reconfigured as an entity type."
  4368. </summary>
  4369. </member>
  4370. <member name="M:System.Data.Entity.Resources.Strings.ComplexTypeConfigurationMismatch(System.Object)">
  4371. <summary>
  4372. A string like "The type '{0}' has already been configured as an entity type. It cannot be reconfigured as a complex type."
  4373. </summary>
  4374. </member>
  4375. <member name="M:System.Data.Entity.Resources.Strings.KeyPropertyNotFound(System.Object,System.Object)">
  4376. <summary>
  4377. A string like "The key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  4378. </summary>
  4379. </member>
  4380. <member name="M:System.Data.Entity.Resources.Strings.ForeignKeyPropertyNotFound(System.Object,System.Object)">
  4381. <summary>
  4382. A string like "The foreign key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  4383. </summary>
  4384. </member>
  4385. <member name="M:System.Data.Entity.Resources.Strings.PropertyNotFound(System.Object,System.Object)">
  4386. <summary>
  4387. A string like "The property '{0}' is not a declared property on type '{1}'. Verify that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation. Make sure that it is a valid primitive property."
  4388. </summary>
  4389. </member>
  4390. <member name="M:System.Data.Entity.Resources.Strings.NavigationPropertyNotFound(System.Object,System.Object)">
  4391. <summary>
  4392. A string like "The navigation property '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid navigation property."
  4393. </summary>
  4394. </member>
  4395. <member name="M:System.Data.Entity.Resources.Strings.InvalidPropertyExpression(System.Object)">
  4396. <summary>
  4397. A string like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'."
  4398. </summary>
  4399. </member>
  4400. <member name="M:System.Data.Entity.Resources.Strings.InvalidComplexPropertyExpression(System.Object)">
  4401. <summary>
  4402. A string like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. Use dotted paths for nested properties: C#: 't => t.MyProperty.MyProperty' VB.Net: 'Function(t) t.MyProperty.MyProperty'."
  4403. </summary>
  4404. </member>
  4405. <member name="M:System.Data.Entity.Resources.Strings.InvalidPropertiesExpression(System.Object)">
  4406. <summary>
  4407. A string like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  4408. </summary>
  4409. </member>
  4410. <member name="M:System.Data.Entity.Resources.Strings.InvalidComplexPropertiesExpression(System.Object)">
  4411. <summary>
  4412. A string like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  4413. </summary>
  4414. </member>
  4415. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.DuplicateStructuralTypeConfiguration(System.Object)" -->
  4416. <member name="M:System.Data.Entity.Resources.Strings.ConflictingPropertyConfiguration(System.Object,System.Object,System.Object)">
  4417. <summary>
  4418. A string like "Conflicting configuration settings were specified for property '{0}' on type '{1}': {2}"
  4419. </summary>
  4420. </member>
  4421. <member name="M:System.Data.Entity.Resources.Strings.ConflictingColumnConfiguration(System.Object,System.Object,System.Object)">
  4422. <summary>
  4423. A string like "Conflicting configuration settings were specified for column '{0}' on table '{1}': {2}"
  4424. </summary>
  4425. </member>
  4426. <member name="M:System.Data.Entity.Resources.Strings.ConflictingConfigurationValue(System.Object,System.Object,System.Object,System.Object)">
  4427. <summary>
  4428. A string like "{0} = {1} conflicts with {2} = {3}"
  4429. </summary>
  4430. </member>
  4431. <member name="M:System.Data.Entity.Resources.Strings.InvalidComplexType(System.Object)">
  4432. <summary>
  4433. A string like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from ComplexObject."
  4434. </summary>
  4435. </member>
  4436. <member name="M:System.Data.Entity.Resources.Strings.InvalidEntityType(System.Object)">
  4437. <summary>
  4438. A string like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from EntityObject."
  4439. </summary>
  4440. </member>
  4441. <member name="M:System.Data.Entity.Resources.Strings.NavigationInverseItself(System.Object,System.Object)">
  4442. <summary>
  4443. A string like "The navigation property '{0}' declared on type '{1}' cannot be the inverse of itself."
  4444. </summary>
  4445. </member>
  4446. <member name="M:System.Data.Entity.Resources.Strings.ConflictingConstraint(System.Object,System.Object)">
  4447. <summary>
  4448. A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting foreign keys."
  4449. </summary>
  4450. </member>
  4451. <member name="M:System.Data.Entity.Resources.Strings.ConflictingInferredColumnType(System.Object,System.Object,System.Object)">
  4452. <summary>
  4453. A string like "Values of incompatible types ('{1}' and '{2}') were assigned to the '{0}' discriminator column. Values of the same type must be specified. To explicitly specify the type of the discriminator column use the HasColumnType method."
  4454. </summary>
  4455. </member>
  4456. <member name="M:System.Data.Entity.Resources.Strings.ConflictingMapping(System.Object,System.Object)">
  4457. <summary>
  4458. A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting mapping information."
  4459. </summary>
  4460. </member>
  4461. <member name="M:System.Data.Entity.Resources.Strings.ConflictingCascadeDeleteOperation(System.Object,System.Object)">
  4462. <summary>
  4463. A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting cascade delete operations using 'WillCascadeOnDelete'."
  4464. </summary>
  4465. </member>
  4466. <member name="M:System.Data.Entity.Resources.Strings.ConflictingMultiplicities(System.Object,System.Object)">
  4467. <summary>
  4468. A string like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting multiplicities."
  4469. </summary>
  4470. </member>
  4471. <member name="M:System.Data.Entity.Resources.Strings.MaxLengthAttributeConvention_InvalidMaxLength(System.Object,System.Object)">
  4472. <summary>
  4473. A string like "The MaxLengthAttribute on property '{0}' on type '{1} is not valid. The Length value must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  4474. </summary>
  4475. </member>
  4476. <member name="M:System.Data.Entity.Resources.Strings.StringLengthAttributeConvention_InvalidMaximumLength(System.Object,System.Object)">
  4477. <summary>
  4478. A string like "The StringLengthAttribute on property '{0}' on type '{1}' is not valid. The maximum length must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  4479. </summary>
  4480. </member>
  4481. <member name="M:System.Data.Entity.Resources.Strings.ModelGeneration_UnableToDetermineKeyOrder(System.Object)">
  4482. <summary>
  4483. A string like "Unable to determine composite primary key ordering for type '{0}'. Use the ColumnAttribute or the HasKey method to specify an order for composite primary keys."
  4484. </summary>
  4485. </member>
  4486. <member name="M:System.Data.Entity.Resources.Strings.ForeignKeyAttributeConvention_EmptyKey(System.Object,System.Object)">
  4487. <summary>
  4488. A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. Name must not be empty."
  4489. </summary>
  4490. </member>
  4491. <member name="M:System.Data.Entity.Resources.Strings.ForeignKeyAttributeConvention_InvalidKey(System.Object,System.Object,System.Object,System.Object)">
  4492. <summary>
  4493. A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The foreign key name '{2}' was not found on the dependent type '{3}'. The Name value should be a comma separated list of foreign key property names."
  4494. </summary>
  4495. </member>
  4496. <member name="M:System.Data.Entity.Resources.Strings.ForeignKeyAttributeConvention_InvalidNavigationProperty(System.Object,System.Object,System.Object)">
  4497. <summary>
  4498. A string like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The navigation property '{2}' was not found on the dependent type '{1}'. The Name value should be a valid navigation property name."
  4499. </summary>
  4500. </member>
  4501. <member name="M:System.Data.Entity.Resources.Strings.ForeignKeyAttributeConvention_OrderRequired(System.Object)">
  4502. <summary>
  4503. A string like "Unable to determine a composite foreign key ordering for foreign key on type {0}. When using the ForeignKey data annotation on composite foreign key properties ensure order is specified by using the Column data annotation or the fluent API."
  4504. </summary>
  4505. </member>
  4506. <member name="M:System.Data.Entity.Resources.Strings.InversePropertyAttributeConvention_PropertyNotFound(System.Object,System.Object,System.Object,System.Object)">
  4507. <summary>
  4508. A string like "The InversePropertyAttribute on property '{2}' on type '{3}' is not valid. The property '{0}' is not a valid navigation property on the related type '{1}'. Ensure that the property exists and is a valid reference or collection navigation property."
  4509. </summary>
  4510. </member>
  4511. <member name="M:System.Data.Entity.Resources.Strings.InversePropertyAttributeConvention_SelfInverseDetected(System.Object,System.Object)">
  4512. <summary>
  4513. A string like "A relationship cannot be established from property '{0}' on type '{1}' to property '{0}' on type '{1}'. Check the values in the InversePropertyAttribute to ensure relationship definitions are unique and reference from one navigation property to its corresponding inverse navigation property."
  4514. </summary>
  4515. </member>
  4516. <member name="M:System.Data.Entity.Resources.Strings.ValidationItemFormat(System.Object,System.Object,System.Object)">
  4517. <summary>
  4518. A string like "\t{0}: {1}: {2}"
  4519. </summary>
  4520. </member>
  4521. <member name="M:System.Data.Entity.Resources.Strings.KeyRegisteredOnDerivedType(System.Object,System.Object)">
  4522. <summary>
  4523. A string like "A key is registered for the derived type '{0}'. Keys can only be registered for the root type '{1}'."
  4524. </summary>
  4525. </member>
  4526. <member name="M:System.Data.Entity.Resources.Strings.DuplicateEntryInUserDictionary(System.Object,System.Object)">
  4527. <summary>
  4528. A string like "The {0} value '{1}' already exists in the user-defined dictionary."
  4529. </summary>
  4530. </member>
  4531. <member name="M:System.Data.Entity.Resources.Strings.InvalidTableMapping(System.Object,System.Object)">
  4532. <summary>
  4533. A string like "The type '{0}' has already been mapped to table '{1}'. Specify all mapping aspects of a table in a single Map call."
  4534. </summary>
  4535. </member>
  4536. <member name="M:System.Data.Entity.Resources.Strings.InvalidTableMapping_NoTableName(System.Object)">
  4537. <summary>
  4538. A string like "Map was called more than once for type '{0}' and at least one of the calls didn't specify the target table name."
  4539. </summary>
  4540. </member>
  4541. <member name="M:System.Data.Entity.Resources.Strings.InvalidChainedMappingSyntax(System.Object)">
  4542. <summary>
  4543. A string like "The derived type '{0}' has already been mapped using the chaining syntax. A derived type can only be mapped once using the chaining syntax."
  4544. </summary>
  4545. </member>
  4546. <member name="M:System.Data.Entity.Resources.Strings.InvalidNotNullCondition(System.Object,System.Object)">
  4547. <summary>
  4548. A string like "An "is not null" condition cannot be specified on property '{0}' on type '{1}' because this property is not included in the model. Check that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation."
  4549. </summary>
  4550. </member>
  4551. <member name="M:System.Data.Entity.Resources.Strings.InvalidDiscriminatorType(System.Object)">
  4552. <summary>
  4553. A string like "Values of type '{0}' cannot be used as type discriminator values. Supported types include byte, signed byte, bool, int16, int32, int64, and string."
  4554. </summary>
  4555. </member>
  4556. <member name="M:System.Data.Entity.Resources.Strings.ConventionNotFound(System.Object,System.Object)">
  4557. <summary>
  4558. A string like "Unable to add the convention '{0}'. Could not find an existing convention of type '{1}' in the current convention set."
  4559. </summary>
  4560. </member>
  4561. <member name="M:System.Data.Entity.Resources.Strings.InvalidEntitySplittingProperties(System.Object)">
  4562. <summary>
  4563. A string like "Not all properties for type '{0}' have been mapped. Either map those properties or explicitly excluded them from the model."
  4564. </summary>
  4565. </member>
  4566. <member name="M:System.Data.Entity.Resources.Strings.ModelBuilder_ProviderNameNotFound(System.Object)">
  4567. <summary>
  4568. A string like "Unable to determine the provider name for connection of type '{0}'."
  4569. </summary>
  4570. </member>
  4571. <member name="M:System.Data.Entity.Resources.Strings.ToTable_InvalidSchemaName(System.Object)">
  4572. <summary>
  4573. A string like "The qualified table name '{0}' contains an invalid schema name. Schema names must have a non-zero length."
  4574. </summary>
  4575. </member>
  4576. <member name="M:System.Data.Entity.Resources.Strings.ToTable_InvalidTableName(System.Object)">
  4577. <summary>
  4578. A string like "The qualified table name '{0}' contains an invalid table name. Table names must have a non-zero length."
  4579. </summary>
  4580. </member>
  4581. <member name="M:System.Data.Entity.Resources.Strings.EntityMappingConfiguration_DuplicateMapInheritedProperties(System.Object)">
  4582. <summary>
  4583. A string like "Properties for type '{0}' can only be mapped once. Ensure the MapInheritedProperties method is only used during one call to the Map method."
  4584. </summary>
  4585. </member>
  4586. <member name="M:System.Data.Entity.Resources.Strings.EntityMappingConfiguration_DuplicateMappedProperties(System.Object)">
  4587. <summary>
  4588. A string like "Properties for type '{0}' can only be mapped once. Ensure the Properties method is used and that repeated calls specify each non-key property only once."
  4589. </summary>
  4590. </member>
  4591. <member name="M:System.Data.Entity.Resources.Strings.EntityMappingConfiguration_DuplicateMappedProperty(System.Object,System.Object)">
  4592. <summary>
  4593. A string like "Properties for type '{0}' can only be mapped once. The non-key property '{1}' is mapped more than once. Ensure the Properties method specifies each non-key property only once."
  4594. </summary>
  4595. </member>
  4596. <member name="M:System.Data.Entity.Resources.Strings.EntityMappingConfiguration_CannotMapIgnoredProperty(System.Object,System.Object)">
  4597. <summary>
  4598. A string like "The property '{1}' on type '{0}' cannot be mapped because it has been explicitly excluded from the model or it is of a type not supported by the DbModelBuilderVersion being used."
  4599. </summary>
  4600. </member>
  4601. <member name="M:System.Data.Entity.Resources.Strings.EntityMappingConfiguration_InvalidTableSharing(System.Object,System.Object,System.Object)">
  4602. <summary>
  4603. A string like "The entity types '{0}' and '{1}' cannot share table '{2}' because they are not in the same type hierarchy or do not have a valid one to one foreign key relationship with matching primary keys between them."
  4604. </summary>
  4605. </member>
  4606. <member name="M:System.Data.Entity.Resources.Strings.CannotIgnoreMappedBaseProperty(System.Object,System.Object,System.Object)">
  4607. <summary>
  4608. A string like "You cannot use Ignore method on the property '{0}' on type '{1}' because this type inherits from the type '{2}' where this property is mapped. To exclude this property from your model, use NotMappedAttribute or Ignore method on the base type."
  4609. </summary>
  4610. </member>
  4611. <member name="M:System.Data.Entity.Resources.Strings.ModelBuilder_KeyPropertiesMustBePrimitive(System.Object,System.Object)">
  4612. <summary>
  4613. A string like "The property '{0}' cannot be used as a key property on the entity '{1}' because the property type is not a valid key type. Only scalar types, string and byte[] are supported key types."
  4614. </summary>
  4615. </member>
  4616. <member name="M:System.Data.Entity.Resources.Strings.TableNotFound(System.Object)">
  4617. <summary>
  4618. A string like "The specified table '{0}' was not found in the model. Ensure that the table name has been correctly specified."
  4619. </summary>
  4620. </member>
  4621. <member name="M:System.Data.Entity.Resources.Strings.IncorrectColumnCount(System.Object)">
  4622. <summary>
  4623. A string like "The specified association foreign key columns '{0}' are invalid. The number of columns specified must match the number of primary key columns."
  4624. </summary>
  4625. </member>
  4626. <member name="M:System.Data.Entity.Resources.Strings.UnableToDeterminePrincipal(System.Object,System.Object)">
  4627. <summary>
  4628. A string like "Unable to determine the principal end of an association between the types '{0}' and '{1}'. The principal end of this association must be explicitly configured using either the relationship fluent API or data annotations."
  4629. </summary>
  4630. </member>
  4631. <member name="M:System.Data.Entity.Resources.Strings.UnmappedAbstractType(System.Object)">
  4632. <summary>
  4633. A string like "The abstract type '{0}' has no mapped descendents and so cannot be mapped. Either remove '{0}' from the model or add one or more types deriving from '{0}' to the model. "
  4634. </summary>
  4635. </member>
  4636. <member name="M:System.Data.Entity.Resources.Strings.UnsupportedHybridInheritanceMapping(System.Object)">
  4637. <summary>
  4638. A string like "The type '{0}' cannot be mapped as defined because it maps inherited properties from types that use entity splitting or another form of inheritance. Either choose a different inheritance mapping strategy so as to not map inherited properties, or change all types in the hierarchy to map inherited properties and to not use splitting. "
  4639. </summary>
  4640. </member>
  4641. <member name="M:System.Data.Entity.Resources.Strings.OrphanedConfiguredTableDetected(System.Object)">
  4642. <summary>
  4643. A string like "The table '{0}' was configured but is not used in any mappings. Verify the mapping configuration for '{0}' is correct."
  4644. </summary>
  4645. </member>
  4646. <member name="M:System.Data.Entity.Resources.Strings.DuplicateConfiguredColumnOrder(System.Object)">
  4647. <summary>
  4648. A string like "The configured column orders for the table '{0}' contains duplicates. Ensure the specified column order values are distinct."
  4649. </summary>
  4650. </member>
  4651. <member name="M:System.Data.Entity.Resources.Strings.UnsupportedUseOfV3Type(System.Object,System.Object)">
  4652. <summary>
  4653. A string like "The enum or spatial property '{1}' on type '{0}' cannot be mapped. Use DbModelBuilderVersion 'V5_0' or later to map enum or spatial properties."
  4654. </summary>
  4655. </member>
  4656. <member name="M:System.Data.Entity.Resources.Strings.MultiplePropertiesMatchedAsKeys(System.Object,System.Object)">
  4657. <summary>
  4658. A string like "Multiple potential primary key properties named '{0}' but differing only by case were found on entity type '{1}'. Configure the primary key explicitly using the HasKey fluent API or the KeyAttribute data annotation."
  4659. </summary>
  4660. </member>
  4661. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyEntry_CannotGetCurrentValue(System.Object,System.Object)">
  4662. <summary>
  4663. A string like "Cannot get value for property '{0}' from entity of type '{1}' because the property has no get accessor."
  4664. </summary>
  4665. </member>
  4666. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyEntry_CannotSetCurrentValue(System.Object,System.Object)">
  4667. <summary>
  4668. A string like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor."
  4669. </summary>
  4670. </member>
  4671. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.DbPropertyEntry_NotSupportedForDetached(System.Object,System.Object,System.Object)" -->
  4672. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyEntry_SettingEntityRefNotSupported(System.Object,System.Object,System.Object)">
  4673. <summary>
  4674. A string like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor and is in the '{2}' state."
  4675. </summary>
  4676. </member>
  4677. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyEntry_NotSupportedForPropertiesNotInTheModel(System.Object,System.Object,System.Object)">
  4678. <summary>
  4679. A string like "Member '{0}' cannot be called for property '{1}' on entity of type '{2}' because the property is not part of the Entity Data Model."
  4680. </summary>
  4681. </member>
  4682. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.DbEntityEntry_NotSupportedForDetached(System.Object,System.Object)" -->
  4683. <member name="M:System.Data.Entity.Resources.Strings.DbSet_BadTypeForAddAttachRemove(System.Object,System.Object,System.Object)">
  4684. <summary>
  4685. A string like "Cannot call the {0} method for an entity of type '{1}' on a DbSet for entities of type '{2}'. Only entities of type '{2}' or derived from type '{2}' can be added, attached, or removed."
  4686. </summary>
  4687. </member>
  4688. <member name="M:System.Data.Entity.Resources.Strings.DbSet_BadTypeForCreate(System.Object,System.Object)">
  4689. <summary>
  4690. A string like "Cannot call the Create method for the type '{0}' on a DbSet for entities of type '{1}'. Only entities of type '{1}' or derived from type '{1}' can be created."
  4691. </summary>
  4692. </member>
  4693. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.DbEntity_BadTypeForCast(System.Object,System.Object,System.Object)" -->
  4694. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.DbMember_BadTypeForCast(System.Object,System.Object,System.Object,System.Object,System.Object)" -->
  4695. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_UsedReferenceForCollectionProp(System.Object,System.Object)">
  4696. <summary>
  4697. A string like "The property '{0}' on type '{1}' is a collection navigation property. The Collection method should be used instead of the Reference method."
  4698. </summary>
  4699. </member>
  4700. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_UsedCollectionForReferenceProp(System.Object,System.Object)">
  4701. <summary>
  4702. A string like "The property '{0}' on type '{1}' is a reference navigation property. The Reference method should be used instead of the Collection method."
  4703. </summary>
  4704. </member>
  4705. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_NotANavigationProperty(System.Object,System.Object)">
  4706. <summary>
  4707. A string like "The property '{0}' on type '{1}' is not a navigation property. The Reference and Collection methods can only be used with navigation properties. Use the Property or ComplexProperty method."
  4708. </summary>
  4709. </member>
  4710. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_NotAScalarProperty(System.Object,System.Object)">
  4711. <summary>
  4712. A string like "The property '{0}' on type '{1}' is not a primitive or complex property. The Property method can only be used with primitive or complex properties. Use the Reference or Collection method."
  4713. </summary>
  4714. </member>
  4715. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_NotAComplexProperty(System.Object,System.Object)">
  4716. <summary>
  4717. A string like "The property '{0}' on type '{1}' is not a complex property. The ComplexProperty method can only be used with complex properties. Use the Property, Reference or Collection method."
  4718. </summary>
  4719. </member>
  4720. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_NotAProperty(System.Object,System.Object)">
  4721. <summary>
  4722. A string like "The property '{0}' on type '{1}' is not a primitive property, complex property, collection navigation property, or reference navigation property."
  4723. </summary>
  4724. </member>
  4725. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_DottedPartNotComplex(System.Object,System.Object,System.Object)">
  4726. <summary>
  4727. A string like ""The property '{0}' from the property path '{1}' is not a complex property on type '{2}'. Property paths must be composed of complex properties for all except the final property.""
  4728. </summary>
  4729. </member>
  4730. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_DottedPathMustBeProperty(System.Object)">
  4731. <summary>
  4732. A string like ""The property path '{0}' cannot be used for navigation properties. Property paths can only be used to access primitive or complex properties.""
  4733. </summary>
  4734. </member>
  4735. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_WrongGenericForNavProp(System.Object,System.Object,System.Object,System.Object)">
  4736. <summary>
  4737. A string like "The navigation property '{0}' on entity type '{1}' cannot be used for entities of type '{2}' because it refers to entities of type '{3}'."
  4738. </summary>
  4739. </member>
  4740. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_WrongGenericForCollectionNavProp(System.Object,System.Object,System.Object,System.Object)">
  4741. <summary>
  4742. A string like "The generic type argument '{0}' cannot be used with the Member method when accessing the collection navigation property '{1}' on entity type '{2}'. The generic type argument '{3}' must be used instead."
  4743. </summary>
  4744. </member>
  4745. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_WrongGenericForProp(System.Object,System.Object,System.Object,System.Object)">
  4746. <summary>
  4747. A string like "The property '{0}' on entity type '{1}' cannot be used for objects of type '{2}' because it is a property for objects of type '{3}'."
  4748. </summary>
  4749. </member>
  4750. <member name="M:System.Data.Entity.Resources.Strings.DbEntityEntry_BadPropertyExpression(System.Object,System.Object)">
  4751. <summary>
  4752. A string like "The expression passed to method {0} must represent a property defined on the type '{1}'."
  4753. </summary>
  4754. </member>
  4755. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_CannotGetValuesForState(System.Object,System.Object)">
  4756. <summary>
  4757. A string like "{0} cannot be used for entities in the {1} state."
  4758. </summary>
  4759. </member>
  4760. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_CannotSetNullValue(System.Object,System.Object,System.Object)">
  4761. <summary>
  4762. A string like "Cannot set non-nullable property '{0}' of type '{1}' to null on object of type '{2}'."
  4763. </summary>
  4764. </member>
  4765. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_CannotGetStoreValuesWhenComplexPropertyIsNull(System.Object,System.Object)">
  4766. <summary>
  4767. A string like "The property '{0}' in the entity of type '{1}' is null. Store values cannot be obtained for an entity with a null complex property."
  4768. </summary>
  4769. </member>
  4770. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_WrongTypeForAssignment(System.Object,System.Object,System.Object,System.Object)">
  4771. <summary>
  4772. A string like "Cannot assign value of type '{0}' to property '{1}' of type '{2}' in property values for type '{3}'."
  4773. </summary>
  4774. </member>
  4775. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_PropertyDoesNotExist(System.Object,System.Object)">
  4776. <summary>
  4777. A string like "The '{0}' property does not exist or is not mapped for the type '{1}'."
  4778. </summary>
  4779. </member>
  4780. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_AttemptToSetValuesFromWrongObject(System.Object,System.Object)">
  4781. <summary>
  4782. A string like "Cannot copy values from DbPropertyValues for type '{0}' into DbPropertyValues for type '{1}'."
  4783. </summary>
  4784. </member>
  4785. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_AttemptToSetValuesFromWrongType(System.Object,System.Object)">
  4786. <summary>
  4787. A string like "Cannot copy from property values for object of type '{0}' into property values for object of type '{1}'."
  4788. </summary>
  4789. </member>
  4790. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_ComplexObjectCannotBeNull(System.Object,System.Object)">
  4791. <summary>
  4792. A string like "The value of the complex property '{0}' on entity of type '{1}' is null. Complex properties cannot be set to null and values cannot be set for null complex properties."
  4793. </summary>
  4794. </member>
  4795. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_NestedPropertyValuesNull(System.Object,System.Object)">
  4796. <summary>
  4797. A string like "The value of the nested property values property '{0}' on the values for entity of type '{1}' is null. Nested property values cannot be set to null and values cannot be set for null complex properties."
  4798. </summary>
  4799. </member>
  4800. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_CannotSetPropertyOnNullCurrentValue(System.Object,System.Object)">
  4801. <summary>
  4802. A string like "Cannot set the value of the nested property '{0}' because value of the complex property '{1}' to which it belongs is null."
  4803. </summary>
  4804. </member>
  4805. <member name="M:System.Data.Entity.Resources.Strings.DbPropertyValues_CannotSetPropertyOnNullOriginalValue(System.Object,System.Object)">
  4806. <summary>
  4807. A string like "Cannot set the original value of the nested property '{0}' because the original value of the complex property '{1}' to which it belongs is null."
  4808. </summary>
  4809. </member>
  4810. <member name="M:System.Data.Entity.Resources.Strings.DatabaseInitializationStrategy_ModelMismatch(System.Object)">
  4811. <summary>
  4812. A string like "The model backing the '{0}' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269)."
  4813. </summary>
  4814. </member>
  4815. <member name="M:System.Data.Entity.Resources.Strings.Database_DatabaseAlreadyExists(System.Object)">
  4816. <summary>
  4817. A string like "Database '{0}' cannot be created because it already exists."
  4818. </summary>
  4819. </member>
  4820. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.Database_BadLegacyInitializerEntry(System.Object,System.Object)" -->
  4821. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Strings.Database_InitializeFromLegacyConfigFailed(System.Object,System.Object)" -->
  4822. <member name="M:System.Data.Entity.Resources.Strings.Database_InitializeFromConfigFailed(System.Object,System.Object)">
  4823. <summary>
  4824. A string like "Failed to set database initializer of type '{0}' for DbContext type '{1}' specified in the application configuration. See inner exception for details."
  4825. </summary>
  4826. </member>
  4827. <member name="M:System.Data.Entity.Resources.Strings.ContextConfiguredMultipleTimes(System.Object)">
  4828. <summary>
  4829. A string like "Configuration for DbContext type '{0}' is specified multiple times in the application configuration. Each context can only be configured once."
  4830. </summary>
  4831. </member>
  4832. <member name="M:System.Data.Entity.Resources.Strings.SetConnectionFactoryFromConfigFailed(System.Object)">
  4833. <summary>
  4834. A string like "Failed to set Database.DefaultConnectionFactory to an instance of the '{0}' type as specified in the application configuration. See inner exception for details."
  4835. </summary>
  4836. </member>
  4837. <member name="M:System.Data.Entity.Resources.Strings.Database_FailedToResolveType(System.Object)">
  4838. <summary>
  4839. A string like "The type '{0}' could not be found. The type name must be an assembly-qualified name."
  4840. </summary>
  4841. </member>
  4842. <member name="M:System.Data.Entity.Resources.Strings.DbContext_ProviderNameMissing(System.Object)">
  4843. <summary>
  4844. A string like "The connection string '{0}' in the application's configuration file does not contain the required providerName attribute.""
  4845. </summary>
  4846. </member>
  4847. <member name="M:System.Data.Entity.Resources.Strings.DbSet_WrongEntityTypeFound(System.Object,System.Object)">
  4848. <summary>
  4849. A string like "The entity found was of type {0} when an entity of type {1} was requested."
  4850. </summary>
  4851. </member>
  4852. <member name="M:System.Data.Entity.Resources.Strings.DbSet_DbSetUsedWithComplexType(System.Object)">
  4853. <summary>
  4854. A string like "The type '{0}' is mapped as a complex type. The Set method, DbSet objects, and DbEntityEntry objects can only be used with entity types, not complex types."
  4855. </summary>
  4856. </member>
  4857. <member name="M:System.Data.Entity.Resources.Strings.DbSet_PocoAndNonPocoMixedInSameAssembly(System.Object)">
  4858. <summary>
  4859. A string like "The type '{0}' is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute. POCO entities that do not use EdmEntityTypeAttribute cannot be contained in the same assembly as non-POCO entities that use EdmEntityTypeAttribute."
  4860. </summary>
  4861. </member>
  4862. <member name="M:System.Data.Entity.Resources.Strings.DbSet_EntityTypeNotInModel(System.Object)">
  4863. <summary>
  4864. A string like "The entity type {0} is not part of the model for the current context."
  4865. </summary>
  4866. </member>
  4867. <member name="M:System.Data.Entity.Resources.Strings.DbContext_ConnectionStringNotFound(System.Object)">
  4868. <summary>
  4869. A string like "No connection string named '{0}' could be found in the application config file."
  4870. </summary>
  4871. </member>
  4872. <member name="M:System.Data.Entity.Resources.Strings.DbCollectionEntry_CannotSetCollectionProp(System.Object,System.Object)">
  4873. <summary>
  4874. A string like "The collection navigation property '{0}' on the entity of type '{1}' cannot be set because the entity type does not define a navigation property with a set accessor."
  4875. </summary>
  4876. </member>
  4877. <member name="M:System.Data.Entity.Resources.Strings.Mapping_MESTNotSupported(System.Object,System.Object,System.Object)">
  4878. <summary>
  4879. A string like "Multiple object sets per type are not supported. The object sets '{0}' and '{1}' can both contain instances of type '{2}'."
  4880. </summary>
  4881. </member>
  4882. <member name="M:System.Data.Entity.Resources.Strings.DbModelBuilder_MissingRequiredCtor(System.Object)">
  4883. <summary>
  4884. A string like "The context type '{0}' must have a public constructor taking an EntityConnection."
  4885. </summary>
  4886. </member>
  4887. <member name="M:System.Data.Entity.Resources.Strings.DbUnexpectedValidationException_ValidationAttribute(System.Object,System.Object)">
  4888. <summary>
  4889. A string like "An unexpected exception was thrown during validation of '{0}' when invoking {1}.IsValid. See the inner exception for details."
  4890. </summary>
  4891. </member>
  4892. <member name="M:System.Data.Entity.Resources.Strings.DbUnexpectedValidationException_IValidatableObject(System.Object,System.Object)">
  4893. <summary>
  4894. A string like "An unexpected exception was thrown during validation of '{0}' when invoking {1}.Validate. See the inner exception for details."
  4895. </summary>
  4896. </member>
  4897. <member name="M:System.Data.Entity.Resources.Strings.SqlConnectionFactory_MdfNotSupported(System.Object)">
  4898. <summary>
  4899. A string like "The database name '{0}' is not supported because it is an MDF file name. A full connection string must be provided to attach an MDF file."
  4900. </summary>
  4901. </member>
  4902. <member name="M:System.Data.Entity.Resources.Strings.DbContextServices_MissingDefaultCtor(System.Object)">
  4903. <summary>
  4904. A string like "The context factory type '{0}' must have a public default constructor."
  4905. </summary>
  4906. </member>
  4907. <member name="M:System.Data.Entity.Resources.Strings.EdmPrimitiveType_SetPropertyNotSupported(System.Object)">
  4908. <summary>
  4909. A string like "The '{0}' property of EdmPrimitiveType is fixed and cannot be set."
  4910. </summary>
  4911. </member>
  4912. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_SystemNamespaceEncountered(System.Object)">
  4913. <summary>
  4914. A string like "The namespace '{0}' is a system namespace and cannot be used by other schemas. Choose another namespace name."
  4915. </summary>
  4916. </member>
  4917. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_SimilarRelationshipEnd(System.Object,System.Object,System.Object,System.Object,System.Object)">
  4918. <summary>
  4919. A string like "Role '{0}' in AssociationSets '{1}' and '{2}' refers to the same EntitySet '{3}' in EntityContainer '{4}'. Make sure that if two or more AssociationSets refer to the same AssociationType, the ends do not refer to the same EntitySet."
  4920. </summary>
  4921. </member>
  4922. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidEntitySetNameReference(System.Object,System.Object)">
  4923. <summary>
  4924. A string like "The referenced EntitySet '{0}' for End '{1}' could not be found in the containing EntityContainer."
  4925. </summary>
  4926. </member>
  4927. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_ConcurrencyRedefinedOnSubTypeOfEntitySetType(System.Object,System.Object,System.Object)">
  4928. <summary>
  4929. A string like "Type '{0}' is derived from type '{1}' that is the type for EntitySet '{2}'. Type '{0}' defines new concurrency requirements that are not allowed for subtypes of base EntitySet types."
  4930. </summary>
  4931. </member>
  4932. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_EntitySetTypeHasNoKeys(System.Object,System.Object)">
  4933. <summary>
  4934. A string like "EntitySet '{0}' is based on type '{1}' that has no keys defined."
  4935. </summary>
  4936. </member>
  4937. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_DuplicateEndName(System.Object)">
  4938. <summary>
  4939. A string like "The end name '{0}' is already defined."
  4940. </summary>
  4941. </member>
  4942. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_DuplicatePropertyNameSpecifiedInEntityKey(System.Object,System.Object)">
  4943. <summary>
  4944. A string like "The key specified in EntityType '{0}' is not valid. Property '{1}' is referenced more than once in the Key element."
  4945. </summary>
  4946. </member>
  4947. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidCollectionKindNotCollection(System.Object)">
  4948. <summary>
  4949. A string like "Property '{0}' has a CollectionKind specified but is not a collection property."
  4950. </summary>
  4951. </member>
  4952. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidCollectionKindNotV1_1(System.Object)">
  4953. <summary>
  4954. A string like "Property '{0}' has a CollectionKind specified. CollectionKind is only supported in version 1.1 EDM models."
  4955. </summary>
  4956. </member>
  4957. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidComplexTypeAbstract(System.Object)">
  4958. <summary>
  4959. A string like "ComplexType '{0}' is marked as abstract. Abstract ComplexTypes are only supported in version 1.1 EDM models."
  4960. </summary>
  4961. </member>
  4962. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidComplexTypePolymorphic(System.Object)">
  4963. <summary>
  4964. A string like "ComplexType '{0}' has a BaseType specified. ComplexType inheritance is only supported in version 1.1 EDM models."
  4965. </summary>
  4966. </member>
  4967. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidKeyNullablePart(System.Object,System.Object)">
  4968. <summary>
  4969. A string like "Key part '{0}' for type '{1}' is not valid. All parts of the key must be non-nullable."
  4970. </summary>
  4971. </member>
  4972. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_EntityKeyMustBeScalar(System.Object,System.Object)">
  4973. <summary>
  4974. A string like "The property '{0}' in EntityType '{1}' is not valid. All properties that are part of the EntityKey must be of PrimitiveType."
  4975. </summary>
  4976. </member>
  4977. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidKeyKeyDefinedInBaseClass(System.Object,System.Object)">
  4978. <summary>
  4979. A string like "Key usage is not valid. The {0} class cannot define keys because one of its base classes ('{1}') defines keys."
  4980. </summary>
  4981. </member>
  4982. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_KeyMissingOnEntityType(System.Object)">
  4983. <summary>
  4984. A string like "EntityType '{0}' has no key defined. Define the key for this EntityType."
  4985. </summary>
  4986. </member>
  4987. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_BadNavigationPropertyUndefinedRole(System.Object,System.Object,System.Object)">
  4988. <summary>
  4989. A string like "NavigationProperty is not valid. Role '{0}' or Role '{1}' is not defined in Relationship '{2}'."
  4990. </summary>
  4991. </member>
  4992. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_EndWithManyMultiplicityCannotHaveOperationsSpecified(System.Object,System.Object)">
  4993. <summary>
  4994. A string like "End '{0}' on relationship '{1}' cannot have an operation specified because its multiplicity is '*'. Operations cannot be specified on ends with multiplicity '*'."
  4995. </summary>
  4996. </member>
  4997. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_EndNameAlreadyDefinedDuplicate(System.Object)">
  4998. <summary>
  4999. A string like "Each Name and PluralName in a relationship must be unique. '{0}' is already defined."
  5000. </summary>
  5001. </member>
  5002. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_SameRoleReferredInReferentialConstraint(System.Object)">
  5003. <summary>
  5004. A string like "In relationship '{0}', the Principal and Dependent Role of the referential constraint refer to the same Role in the relationship type."
  5005. </summary>
  5006. </member>
  5007. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleUpperBoundMustBeOne(System.Object,System.Object)">
  5008. <summary>
  5009. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Valid values for multiplicity for the Principal Role are '0..1' or '1'."
  5010. </summary>
  5011. </member>
  5012. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNullableV1(System.Object,System.Object)">
  5013. <summary>
  5014. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because all the properties in the Dependent Role are nullable, multiplicity of the Principal Role must be '0..1'."
  5015. </summary>
  5016. </member>
  5017. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV1(System.Object,System.Object)">
  5018. <summary>
  5019. A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because at least one of the properties in the Dependent Role is non-nullable, multiplicity of the Principal Role must be '1'."
  5020. </summary>
  5021. </member>
  5022. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityFromRoleToPropertyNonNullableV2(System.Object,System.Object)">
  5023. <summary>
  5024. A string like "Multiplicity conflicts with the referential constraint in Role '{0}' in relationship '{1}'. Because all of the properties in the Dependent Role are non-nullable, multiplicity of the Principal Role must be '1'."
  5025. </summary>
  5026. </member>
  5027. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidToPropertyInRelationshipConstraint(System.Object,System.Object,System.Object)">
  5028. <summary>
  5029. A string like "Properties referred by the Dependent Role '{0}' must be a subset of the key of the EntityType '{1}' referred to by the Dependent Role in the referential constraint for relationship '{2}'."
  5030. </summary>
  5031. </member>
  5032. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeOne(System.Object,System.Object)">
  5033. <summary>
  5034. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role refers to the key properties, the upper bound of the multiplicity of the Dependent Role must be '1'."
  5035. </summary>
  5036. </member>
  5037. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMultiplicityToRoleUpperBoundMustBeMany(System.Object,System.Object)">
  5038. <summary>
  5039. A string like "Multiplicity is not valid in Role '{0}' in relationship '{1}'. Because the Dependent Role properties are not the key properties, the upper bound of the multiplicity of the Dependent Role must be '*'."
  5040. </summary>
  5041. </member>
  5042. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_TypeMismatchRelationshipConstraint(System.Object,System.Object,System.Object,System.Object,System.Object)">
  5043. <summary>
  5044. A string like "The types of all properties in the Dependent Role of a referential constraint must be the same as the corresponding property types in the Principal Role. The type of property '{0}' on entity '{1}' does not match the type of property '{2}' on entity '{3}' in the referential constraint '{4}'."
  5045. </summary>
  5046. </member>
  5047. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidPropertyInRelationshipConstraint(System.Object,System.Object)">
  5048. <summary>
  5049. A string like "There is no property with name '{0}' defined in the type referred to by Role '{1}'."
  5050. </summary>
  5051. </member>
  5052. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_NullableComplexType(System.Object)">
  5053. <summary>
  5054. A string like "A nullable ComplexType is not supported. Property '{0}' must not allow nulls."
  5055. </summary>
  5056. </member>
  5057. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidPropertyType(System.Object)">
  5058. <summary>
  5059. A string like "A property cannot be of type '{0}'. The property type must be a ComplexType or a PrimitiveType."
  5060. </summary>
  5061. </member>
  5062. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_DuplicateEntityContainerMemberName(System.Object)">
  5063. <summary>
  5064. A string like "Each member name in an EntityContainer must be unique. A member with name '{0}' is already defined."
  5065. </summary>
  5066. </member>
  5067. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_TypeNameAlreadyDefinedDuplicate(System.Object)">
  5068. <summary>
  5069. A string like "Each type name in a schema must be unique. Type name '{0}' is already defined."
  5070. </summary>
  5071. </member>
  5072. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidMemberNameMatchesTypeName(System.Object,System.Object)">
  5073. <summary>
  5074. A string like "Name '{0}' cannot be used in type '{1}'. Member names cannot be the same as their enclosing type."
  5075. </summary>
  5076. </member>
  5077. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_PropertyNameAlreadyDefinedDuplicate(System.Object)">
  5078. <summary>
  5079. A string like "Each property name in a type must be unique. Property name '{0}' is already defined."
  5080. </summary>
  5081. </member>
  5082. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_CycleInTypeHierarchy(System.Object)">
  5083. <summary>
  5084. A string like "A cycle was detected in the type hierarchy of '{0}'."
  5085. </summary>
  5086. </member>
  5087. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidPropertyType_V1_1(System.Object)">
  5088. <summary>
  5089. A string like "A property cannot be of type '{0}'. The property type must be a ComplexType, a PrimitiveType, or a CollectionType."
  5090. </summary>
  5091. </member>
  5092. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidPropertyType_V3(System.Object)">
  5093. <summary>
  5094. A string like "A property cannot be of type {0}. The property type must be a ComplexType, a PrimitiveType or an EnumType."
  5095. </summary>
  5096. </member>
  5097. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmModel_NameIsTooLong(System.Object)">
  5098. <summary>
  5099. A string like "The specified name must not be longer than 480 characters: '{0}'."
  5100. </summary>
  5101. </member>
  5102. <member name="M:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmModel_NameIsNotAllowed(System.Object)">
  5103. <summary>
  5104. A string like "The specified name is not allowed: '{0}'."
  5105. </summary>
  5106. </member>
  5107. <member name="M:System.Data.Entity.Resources.Strings.MaxLengthAttribute_ValidationError(System.Object,System.Object)">
  5108. <summary>
  5109. A string like "The field {0} must be a string or array type with a maximum length of '{1}'."
  5110. </summary>
  5111. </member>
  5112. <member name="M:System.Data.Entity.Resources.Strings.MinLengthAttribute_ValidationError(System.Object,System.Object)">
  5113. <summary>
  5114. A string like "The field {0} must be a string or array type with a minimum length of '{1}'."
  5115. </summary>
  5116. </member>
  5117. <member name="M:System.Data.Entity.Resources.Strings.DbConnectionInfo_ConnectionStringNotFound(System.Object)">
  5118. <summary>
  5119. A string like "No connection string named '{0}' could be found in the application config file."
  5120. </summary>
  5121. </member>
  5122. <member name="P:System.Data.Entity.Resources.Strings.AutomaticMigration">
  5123. <summary>
  5124. A string like "AutomaticMigration"
  5125. </summary>
  5126. </member>
  5127. <member name="P:System.Data.Entity.Resources.Strings.BootstrapMigration">
  5128. <summary>
  5129. A string like "BootstrapMigration"
  5130. </summary>
  5131. </member>
  5132. <member name="P:System.Data.Entity.Resources.Strings.InitialCreate">
  5133. <summary>
  5134. A string like "InitialCreate"
  5135. </summary>
  5136. </member>
  5137. <member name="P:System.Data.Entity.Resources.Strings.AutomaticDataLoss">
  5138. <summary>
  5139. A string like "Automatic migration was not applied because it would result in data loss."
  5140. </summary>
  5141. </member>
  5142. <member name="P:System.Data.Entity.Resources.Strings.LoggingHistoryInsert">
  5143. <summary>
  5144. A string like "[Inserting migration history record]"
  5145. </summary>
  5146. </member>
  5147. <member name="P:System.Data.Entity.Resources.Strings.LoggingHistoryDelete">
  5148. <summary>
  5149. A string like "[Deleting migration history record]"
  5150. </summary>
  5151. </member>
  5152. <member name="P:System.Data.Entity.Resources.Strings.LoggingMetadataUpdate">
  5153. <summary>
  5154. A string like "[Updating EdmMetadata model hash]"
  5155. </summary>
  5156. </member>
  5157. <member name="P:System.Data.Entity.Resources.Strings.LoggingSeedingDatabase">
  5158. <summary>
  5159. A string like "Running Seed method."
  5160. </summary>
  5161. </member>
  5162. <member name="P:System.Data.Entity.Resources.Strings.LoggingNoExplicitMigrations">
  5163. <summary>
  5164. A string like "No pending code-based migrations."
  5165. </summary>
  5166. </member>
  5167. <member name="P:System.Data.Entity.Resources.Strings.LoggingExplicit">
  5168. <summary>
  5169. A string like "Explicit"
  5170. </summary>
  5171. </member>
  5172. <member name="P:System.Data.Entity.Resources.Strings.UpgradingHistoryTable">
  5173. <summary>
  5174. A string like "Upgrading history table."
  5175. </summary>
  5176. </member>
  5177. <member name="P:System.Data.Entity.Resources.Strings.MetadataOutOfDate">
  5178. <summary>
  5179. A string like "Cannot scaffold the next migration because the target database was created with a version of Code First earlier than EF 4.3 and does not contain the migrations history table. To start using migrations against this database, ensure the current model is compatible with the target database and execute the migrations Update process. (In Visual Studio you can use the Update-Database command from Package Manager Console to execute the migrations Update process)."
  5180. </summary>
  5181. </member>
  5182. <member name="P:System.Data.Entity.Resources.Strings.AutomaticDisabledException">
  5183. <summary>
  5184. A string like "Unable to update database to match the current model because there are pending changes and automatic migration is disabled. Either write the pending model changes to a code-based migration or enable automatic migration. Set DbMigrationsConfiguration.AutomaticMigrationsEnabled to true to enable automatic migration."
  5185. </summary>
  5186. </member>
  5187. <member name="P:System.Data.Entity.Resources.Strings.DownScriptWindowsNotSupported">
  5188. <summary>
  5189. A string like "Scripting the downgrade between two specified migrations is not supported."
  5190. </summary>
  5191. </member>
  5192. <member name="P:System.Data.Entity.Resources.Strings.SqlCeColumnRenameNotSupported">
  5193. <summary>
  5194. A string like "Direct column renaming is not supported by SQL Server Compact. To rename a column in SQL Server Compact, you will need to recreate it."
  5195. </summary>
  5196. </member>
  5197. <member name="P:System.Data.Entity.Resources.Strings.ValidationHeader">
  5198. <summary>
  5199. A string like "One or more validation errors were detected during model generation:"
  5200. </summary>
  5201. </member>
  5202. <member name="P:System.Data.Entity.Resources.Strings.CircularComplexTypeHierarchy">
  5203. <summary>
  5204. A string like "A circular ComplexType hierarchy was detected. Self-referencing ComplexTypes are not supported."
  5205. </summary>
  5206. </member>
  5207. <member name="P:System.Data.Entity.Resources.Strings.BadLocalDBDatabaseName">
  5208. <summary>
  5209. A string like "Connection to the database failed. The connection string is configured with an invalid LocalDB server name. This may have been set in 'global.asax' by a pre-release version of MVC4. The default connection factory is now set in web.config so the line in 'global.asax' starting with 'Database.DefaultConnectionFactory = ' should be removed. See http://go.microsoft.com/fwlink/?LinkId=243166 for details."
  5210. </summary>
  5211. </member>
  5212. <member name="P:System.Data.Entity.Resources.Strings.FailedToGetProviderInformation">
  5213. <summary>
  5214. A string like "An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct."
  5215. </summary>
  5216. </member>
  5217. <member name="P:System.Data.Entity.Resources.Strings.DbPropertyEntry_CannotMarkPropertyUnmodified">
  5218. <summary>
  5219. A string like "Setting IsModified to false for a modified property is not supported."
  5220. </summary>
  5221. </member>
  5222. <member name="P:System.Data.Entity.Resources.Strings.DbContext_IndependentAssociationUpdateException">
  5223. <summary>
  5224. A string like "An error occurred while saving entities that do not expose foreign key properties for their relationships. The EntityEntries property will return null because a single entity cannot be identified as the source of the exception. Handling of exceptions while saving can be made easier by exposing foreign key properties in your entity types. See the InnerException for details."
  5225. </summary>
  5226. </member>
  5227. <member name="P:System.Data.Entity.Resources.Strings.DbPropertyValues_PropertyValueNamesAreReadonly">
  5228. <summary>
  5229. A string like "The set of property value names is read-only."
  5230. </summary>
  5231. </member>
  5232. <member name="P:System.Data.Entity.Resources.Strings.DbPropertyValues_AttemptToSetNonValuesOnComplexProperty">
  5233. <summary>
  5234. A string like "A property of a complex type must be set to an instance of the generic or non-generic DbPropertyValues class for that type."
  5235. </summary>
  5236. </member>
  5237. <member name="P:System.Data.Entity.Resources.Strings.Database_NonCodeFirstCompatibilityCheck">
  5238. <summary>
  5239. A string like "Model compatibility cannot be checked because the DbContext instance was not created using Code First patterns. DbContext instances created from an ObjectContext or using an EDMX file cannot be checked for compatibility."
  5240. </summary>
  5241. </member>
  5242. <member name="P:System.Data.Entity.Resources.Strings.Database_MetadataNotMapped">
  5243. <summary>
  5244. A string like "Model compatibility cannot be checked because the EdmMetadata type was not included in the model. Ensure that IncludeMetadataConvention has been added to the DbModelBuilder conventions."
  5245. </summary>
  5246. </member>
  5247. <member name="P:System.Data.Entity.Resources.Strings.Database_NoDatabaseMetadata">
  5248. <summary>
  5249. A string like "Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations."
  5250. </summary>
  5251. </member>
  5252. <member name="P:System.Data.Entity.Resources.Strings.DbContext_ContextUsedInModelCreating">
  5253. <summary>
  5254. A string like "The context cannot be used while the model is being created."
  5255. </summary>
  5256. </member>
  5257. <member name="P:System.Data.Entity.Resources.Strings.DbContext_MESTNotSupported">
  5258. <summary>
  5259. A string like "The DbContext class cannot be used with models that have multiple entity sets per type (MEST)."
  5260. </summary>
  5261. </member>
  5262. <member name="P:System.Data.Entity.Resources.Strings.DbContext_Disposed">
  5263. <summary>
  5264. A string like "The operation cannot be completed because the DbContext has been disposed."
  5265. </summary>
  5266. </member>
  5267. <member name="P:System.Data.Entity.Resources.Strings.DbContext_ProviderReturnedNullConnection">
  5268. <summary>
  5269. A string like "The provider factory returned a null connection."
  5270. </summary>
  5271. </member>
  5272. <member name="P:System.Data.Entity.Resources.Strings.DbContext_ConnectionFactoryReturnedNullConnection">
  5273. <summary>
  5274. A string like "The DbConnectionFactory instance returned a null connection."
  5275. </summary>
  5276. </member>
  5277. <member name="P:System.Data.Entity.Resources.Strings.DbSet_WrongNumberOfKeyValuesPassed">
  5278. <summary>
  5279. A string like "The number of primary key values passed must match number of primary key values defined on the entity."
  5280. </summary>
  5281. </member>
  5282. <member name="P:System.Data.Entity.Resources.Strings.DbSet_WrongKeyValueType">
  5283. <summary>
  5284. A string like "The type of one of the primary key values did not match the type defined in the entity. See inner exception for details."
  5285. </summary>
  5286. </member>
  5287. <member name="P:System.Data.Entity.Resources.Strings.DbSet_MultipleAddedEntitiesFound">
  5288. <summary>
  5289. A string like "Multiple entities were found in the Added state that match the given primary key values."
  5290. </summary>
  5291. </member>
  5292. <member name="P:System.Data.Entity.Resources.Strings.DbQuery_BindingToDbQueryNotSupported">
  5293. <summary>
  5294. A string like "Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported. Instead populate a DbSet with data, for example by calling Load on the DbSet, and then bind to local data. For WPF bind to DbSet.Local. For WinForms bind to DbSet.Local.ToBindingList()."
  5295. </summary>
  5296. </member>
  5297. <member name="P:System.Data.Entity.Resources.Strings.DbExtensions_InvalidIncludePathExpression">
  5298. <summary>
  5299. A string like "The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Select operator for collection navigation properties."
  5300. </summary>
  5301. </member>
  5302. <member name="P:System.Data.Entity.Resources.Strings.DbContext_ConnectionHasModel">
  5303. <summary>
  5304. A string like "Cannot initialize a DbContext from an entity connection string or an EntityConnection instance together with a DbCompiledModel. If an entity connection string or EntityConnection instance is used, then the model will be created from the metadata in the connection. If a DbCompiledModel is used, then the connection supplied should be a standard database connection (for example, a SqlConnection instance) rather than an entity connection."
  5305. </summary>
  5306. </member>
  5307. <member name="P:System.Data.Entity.Resources.Strings.CodeFirstCachedMetadataWorkspace_SameModelDifferentProvidersNotSupported">
  5308. <summary>
  5309. A string like "Using the same DbCompiledModel to create contexts against different types of database servers is not supported. Instead, create a separate DbCompiledModel for each type of server being used."
  5310. </summary>
  5311. </member>
  5312. <member name="P:System.Data.Entity.Resources.Strings.DbEntityValidationException_ValidationFailed">
  5313. <summary>
  5314. A string like "Validation failed for one or more entities. See 'EntityValidationErrors' property for more details."
  5315. </summary>
  5316. </member>
  5317. <member name="P:System.Data.Entity.Resources.Strings.Database_InitializationException">
  5318. <summary>
  5319. A string like "An exception occurred while initializing the database. See the InnerException for details."
  5320. </summary>
  5321. </member>
  5322. <member name="P:System.Data.Entity.Resources.Strings.EdmxWriter_EdmxFromObjectContextNotSupported">
  5323. <summary>
  5324. A string like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using an existing ObjectContext is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  5325. </summary>
  5326. </member>
  5327. <member name="P:System.Data.Entity.Resources.Strings.EdmxWriter_EdmxFromDbCompiledModelNotSupported">
  5328. <summary>
  5329. A string like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using an existing DbCompiledModel is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  5330. </summary>
  5331. </member>
  5332. <member name="P:System.Data.Entity.Resources.Strings.EdmxWriter_EdmxFromModelFirstNotSupported">
  5333. <summary>
  5334. A string like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using Database First or Model First is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  5335. </summary>
  5336. </member>
  5337. <member name="P:System.Data.Entity.Resources.Strings.UnintentionalCodeFirstException_Message">
  5338. <summary>
  5339. A string like "Code generated using the T4 templates for Database First and Model First development may not work correctly if used in Code First mode. To continue using Database First or Model First ensure that the Entity Framework connection string is specified in the config file of executing application. To use these classes, that were generated from Database First or Model First, with Code First add any additional configuration using attributes or the DbModelBuilder API and then remove the code that throws this exception."
  5340. </summary>
  5341. </member>
  5342. <member name="P:System.Data.Entity.Resources.Strings.CannotCallGenericSetWithProxyType">
  5343. <summary>
  5344. A string like "The generic 'Set' method cannot be called with a proxy type. Either use the actual entity type or call the non-generic 'Set' method."
  5345. </summary>
  5346. </member>
  5347. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_BadNavigationPropertyRolesCannotBeTheSame">
  5348. <summary>
  5349. A string like "NavigationProperty is not valid. The FromRole and ToRole are the same."
  5350. </summary>
  5351. </member>
  5352. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_InvalidOperationMultipleEndsInAssociation">
  5353. <summary>
  5354. A string like "OnDelete can be specified on only one End of an EdmAssociation."
  5355. </summary>
  5356. </member>
  5357. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Semantic_MismatchNumberOfPropertiesinRelationshipConstraint">
  5358. <summary>
  5359. A string like "The number of properties in the Dependent and Principal Roles in a relationship constraint must be identical."
  5360. </summary>
  5361. </member>
  5362. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_MissingName">
  5363. <summary>
  5364. A string like "The name is missing or not valid."
  5365. </summary>
  5366. </member>
  5367. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationType_AssocationEndMustNotBeNull">
  5368. <summary>
  5369. A string like "AssociationEnd must not be null."
  5370. </summary>
  5371. </member>
  5372. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentEndMustNotBeNull">
  5373. <summary>
  5374. A string like "DependentEnd must not be null."
  5375. </summary>
  5376. </member>
  5377. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationConstraint_DependentPropertiesMustNotBeEmpty">
  5378. <summary>
  5379. A string like "DependentProperties must not be empty."
  5380. </summary>
  5381. </member>
  5382. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmNavigationProperty_AssocationMustNotBeNull">
  5383. <summary>
  5384. A string like "Association must not be null."
  5385. </summary>
  5386. </member>
  5387. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmNavigationProperty_ResultEndMustNotBeNull">
  5388. <summary>
  5389. A string like "ResultEnd must not be null."
  5390. </summary>
  5391. </member>
  5392. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationEnd_EntityTypeMustNotBeNull">
  5393. <summary>
  5394. A string like "EntityType must not be null."
  5395. </summary>
  5396. </member>
  5397. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmEntitySet_ElementTypeMustNotBeNull">
  5398. <summary>
  5399. A string like "ElementType must not be null."
  5400. </summary>
  5401. </member>
  5402. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_ElementTypeMustNotBeNull">
  5403. <summary>
  5404. A string like "ElementType must not be null."
  5405. </summary>
  5406. </member>
  5407. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_SourceSetMustNotBeNull">
  5408. <summary>
  5409. A string like "SourceSet must not be null."
  5410. </summary>
  5411. </member>
  5412. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmAssociationSet_TargetSetMustNotBeNull">
  5413. <summary>
  5414. A string like "TargetSet must not be null."
  5415. </summary>
  5416. </member>
  5417. <member name="P:System.Data.Entity.Resources.Strings.EdmModel_Validator_Syntactic_EdmTypeReferenceNotValid">
  5418. <summary>
  5419. A string like "The type is not a valid EdmTypeReference."
  5420. </summary>
  5421. </member>
  5422. <member name="P:System.Data.Entity.Resources.Strings.Serializer_OneNamespaceAndOneContainer">
  5423. <summary>
  5424. A string like "Serializer can only serialize an EdmModel that has one EdmNamespace and one EdmEntityContainer."
  5425. </summary>
  5426. </member>
  5427. <member name="P:System.Data.Entity.Resources.Strings.MaxLengthAttribute_InvalidMaxLength">
  5428. <summary>
  5429. A string like "MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  5430. </summary>
  5431. </member>
  5432. <member name="P:System.Data.Entity.Resources.Strings.MinLengthAttribute_InvalidMinLength">
  5433. <summary>
  5434. A string like "MinLengthAttribute must have a Length value that is zero or greater."
  5435. </summary>
  5436. </member>
  5437. <member name="P:System.Data.Entity.Resources.Strings.EagerInternalContext_CannotSetConnectionInfo">
  5438. <summary>
  5439. A string like "The connection can not be overridden because this context was created from an existing ObjectContext."
  5440. </summary>
  5441. </member>
  5442. <member name="P:System.Data.Entity.Resources.Strings.LazyInternalContext_CannotReplaceEfConnectionWithDbConnection">
  5443. <summary>
  5444. A string like "Can not override the connection for this context with a standard DbConnection because the original connection was an EntityConnection."
  5445. </summary>
  5446. </member>
  5447. <member name="P:System.Data.Entity.Resources.Strings.LazyInternalContext_CannotReplaceDbConnectionWithEfConnection">
  5448. <summary>
  5449. A string like "Can not override the connection for this context with an EntityConnection because the original connection was a standard DbConnection."
  5450. </summary>
  5451. </member>
  5452. <member name="T:System.Data.Entity.Resources.Error">
  5453. <summary>
  5454. Strongly-typed and parameterized exception factory.
  5455. </summary>
  5456. </member>
  5457. <member name="M:System.Data.Entity.Resources.Error.AutomaticDataLoss">
  5458. <summary>
  5459. Migrations.Infrastructure.AutomaticDataLossException with message like "Automatic migration was not applied because it would result in data loss."
  5460. </summary>
  5461. </member>
  5462. <member name="M:System.Data.Entity.Resources.Error.MetadataOutOfDate">
  5463. <summary>
  5464. Migrations.Infrastructure.MigrationsException with message like "Cannot scaffold the next migration because the target database was created with a version of Code First earlier than EF 4.3 and does not contain the migrations history table. To start using migrations against this database, ensure the current model is compatible with the target database and execute the migrations Update process. (In Visual Studio you can use the Update-Database command from Package Manager Console to execute the migrations Update process)."
  5465. </summary>
  5466. </member>
  5467. <member name="M:System.Data.Entity.Resources.Error.MigrationNotFound(System.Object)">
  5468. <summary>
  5469. Migrations.Infrastructure.MigrationsException with message like "The specified target migration '{0}' does not exist. Ensure that target migration refers to an existing migration id."
  5470. </summary>
  5471. </member>
  5472. <member name="M:System.Data.Entity.Resources.Error.PartialFkOperation(System.Object,System.Object)">
  5473. <summary>
  5474. Migrations.Infrastructure.MigrationsException with message like "The Foreign Key on table '{0}' with columns '{1}' could not be created because the principal key columns could not be determined. Use the AddForeignKey fluent API to fully specify the Foreign Key."
  5475. </summary>
  5476. </member>
  5477. <member name="M:System.Data.Entity.Resources.Error.AutoNotValidTarget(System.Object)">
  5478. <summary>
  5479. Migrations.Infrastructure.MigrationsException with message like "'{0}' is not a valid target migration. When targeting a previously applied automatic migration, use the full migration id including timestamp."
  5480. </summary>
  5481. </member>
  5482. <member name="M:System.Data.Entity.Resources.Error.AutoNotValidForScriptWindows(System.Object)">
  5483. <summary>
  5484. Migrations.Infrastructure.MigrationsException with message like "'{0}' is not a valid migration. Code-based migrations must be used for both source and target when scripting the upgrade between them."
  5485. </summary>
  5486. </member>
  5487. <member name="M:System.Data.Entity.Resources.Error.ContextNotConstructible(System.Object)">
  5488. <summary>
  5489. Migrations.Infrastructure.MigrationsException with message like "The target context '{0}' is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."
  5490. </summary>
  5491. </member>
  5492. <member name="M:System.Data.Entity.Resources.Error.AmbiguousMigrationName(System.Object)">
  5493. <summary>
  5494. Migrations.Infrastructure.MigrationsException with message like "The specified migration name '{0}' is ambiguous. Specify the full migration id including timestamp instead."
  5495. </summary>
  5496. </member>
  5497. <member name="M:System.Data.Entity.Resources.Error.AutomaticDisabledException">
  5498. <summary>
  5499. Migrations.Infrastructure.AutomaticMigrationsDisabledException with message like "Unable to update database to match the current model because there are pending changes and automatic migration is disabled. Either write the pending model changes to a code-based migration or enable automatic migration. Set DbMigrationsConfiguration.AutomaticMigrationsEnabled to true to enable automatic migration."
  5500. </summary>
  5501. </member>
  5502. <member name="M:System.Data.Entity.Resources.Error.DownScriptWindowsNotSupported">
  5503. <summary>
  5504. Migrations.Infrastructure.MigrationsException with message like "Scripting the downgrade between two specified migrations is not supported."
  5505. </summary>
  5506. </member>
  5507. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_NoConfigurationWithName(System.Object,System.Object)">
  5508. <summary>
  5509. Migrations.Infrastructure.MigrationsException with message like "The migrations configuration type '{0}' was not be found in the assembly '{1}'."
  5510. </summary>
  5511. </member>
  5512. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_MultipleConfigurationsWithName(System.Object,System.Object)">
  5513. <summary>
  5514. Migrations.Infrastructure.MigrationsException with message like "More than one migrations configuration type '{0}' was found in the assembly '{1}'. Specify the fully qualified name of the one to use."
  5515. </summary>
  5516. </member>
  5517. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_NoConfiguration(System.Object)">
  5518. <summary>
  5519. Migrations.Infrastructure.MigrationsException with message like "No migrations configuration type was found in the assembly '{0}'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration)."
  5520. </summary>
  5521. </member>
  5522. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_MultipleConfigurations(System.Object)">
  5523. <summary>
  5524. Migrations.Infrastructure.MigrationsException with message like "More than one migrations configuration type was found in the assembly '{0}'. Specify the name of the one to use."
  5525. </summary>
  5526. </member>
  5527. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_NonConfigurationType(System.Object)">
  5528. <summary>
  5529. Migrations.Infrastructure.MigrationsException with message like "The type '{0}' is not a migrations configuration type."
  5530. </summary>
  5531. </member>
  5532. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_NoDefaultConstructor(System.Object)">
  5533. <summary>
  5534. Migrations.Infrastructure.MigrationsException with message like "The migrations configuration type '{0}' must have a public default constructor."
  5535. </summary>
  5536. </member>
  5537. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_AbstractConfigurationType(System.Object)">
  5538. <summary>
  5539. Migrations.Infrastructure.MigrationsException with message like "The migrations configuration type '{0}' must not be abstract."
  5540. </summary>
  5541. </member>
  5542. <member name="M:System.Data.Entity.Resources.Error.AssemblyMigrator_GenericConfigurationType(System.Object)">
  5543. <summary>
  5544. Migrations.Infrastructure.MigrationsException with message like "The migrations configuration type '{0}' must not be generic."
  5545. </summary>
  5546. </member>
  5547. <member name="M:System.Data.Entity.Resources.Error.SqlCeColumnRenameNotSupported">
  5548. <summary>
  5549. Migrations.Infrastructure.MigrationsException with message like "Direct column renaming is not supported by SQL Server Compact. To rename a column in SQL Server Compact, you will need to recreate it."
  5550. </summary>
  5551. </member>
  5552. <member name="M:System.Data.Entity.Resources.Error.MigrationsNamespaceNotUnderRootNamespace(System.Object,System.Object)">
  5553. <summary>
  5554. Migrations.Infrastructure.MigrationsException with message like "In VB.NET projects, the migrations namespace '{0}' must be under the root namespace '{1}'. Update the migrations project's root namespace to allow classes under the migrations namespace to be added."
  5555. </summary>
  5556. </member>
  5557. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.UnableToDispatchAddOrUpdate(System.Object)" -->
  5558. <member name="M:System.Data.Entity.Resources.Error.NoSqlGeneratorForProvider(System.Object)">
  5559. <summary>
  5560. Migrations.Infrastructure.MigrationsException with message like "No MigrationSqlGenerator found for provider '{0}'. Use the SetSqlGenerator method in the target migrations configuration class to register additional SQL generators."
  5561. </summary>
  5562. </member>
  5563. <member name="M:System.Data.Entity.Resources.Error.EnableMigrations_NoContext(System.Object)">
  5564. <summary>
  5565. Migrations.Infrastructure.MigrationsException with message like "No context type was found in the assembly '{0}'."
  5566. </summary>
  5567. </member>
  5568. <member name="M:System.Data.Entity.Resources.Error.EnableMigrations_NoContextWithName(System.Object,System.Object)">
  5569. <summary>
  5570. Migrations.Infrastructure.MigrationsException with message like "The context type '{0}' was not found in the assembly '{1}'."
  5571. </summary>
  5572. </member>
  5573. <member name="M:System.Data.Entity.Resources.Error.EnableMigrations_MultipleContextsWithName(System.Object,System.Object)">
  5574. <summary>
  5575. Migrations.Infrastructure.MigrationsException with message like "More than one context type '{0}' was found in the assembly '{1}'. Specify the fully qualified name of the context."
  5576. </summary>
  5577. </member>
  5578. <member name="M:System.Data.Entity.Resources.Error.ArgumentIsNullOrWhitespace(System.Object)">
  5579. <summary>
  5580. ArgumentException with message like "The argument '{0}' cannot be null, empty or contain only white space."
  5581. </summary>
  5582. </member>
  5583. <member name="M:System.Data.Entity.Resources.Error.ArgumentPropertyIsNull(System.Object)">
  5584. <summary>
  5585. ArgumentException with message like "The argument property '{0}' cannot be null."
  5586. </summary>
  5587. </member>
  5588. <member name="M:System.Data.Entity.Resources.Error.PreconditionFailed(System.Object,System.Object)">
  5589. <summary>
  5590. ArgumentException with message like "The precondition '{0}' failed. {1}"
  5591. </summary>
  5592. </member>
  5593. <member name="M:System.Data.Entity.Resources.Error.EntityTypeConfigurationMismatch(System.Object)">
  5594. <summary>
  5595. InvalidOperationException with message like "The type '{0}' has already been configured as a complex type. It cannot be reconfigured as an entity type."
  5596. </summary>
  5597. </member>
  5598. <member name="M:System.Data.Entity.Resources.Error.ComplexTypeConfigurationMismatch(System.Object)">
  5599. <summary>
  5600. InvalidOperationException with message like "The type '{0}' has already been configured as an entity type. It cannot be reconfigured as a complex type."
  5601. </summary>
  5602. </member>
  5603. <member name="M:System.Data.Entity.Resources.Error.KeyPropertyNotFound(System.Object,System.Object)">
  5604. <summary>
  5605. InvalidOperationException with message like "The key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  5606. </summary>
  5607. </member>
  5608. <member name="M:System.Data.Entity.Resources.Error.ForeignKeyPropertyNotFound(System.Object,System.Object)">
  5609. <summary>
  5610. InvalidOperationException with message like "The foreign key component '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid primitive property."
  5611. </summary>
  5612. </member>
  5613. <member name="M:System.Data.Entity.Resources.Error.PropertyNotFound(System.Object,System.Object)">
  5614. <summary>
  5615. InvalidOperationException with message like "The property '{0}' is not a declared property on type '{1}'. Verify that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation. Make sure that it is a valid primitive property."
  5616. </summary>
  5617. </member>
  5618. <member name="M:System.Data.Entity.Resources.Error.NavigationPropertyNotFound(System.Object,System.Object)">
  5619. <summary>
  5620. InvalidOperationException with message like "The navigation property '{0}' is not a declared property on type '{1}'. Verify that it has not been explicitly excluded from the model and that it is a valid navigation property."
  5621. </summary>
  5622. </member>
  5623. <member name="M:System.Data.Entity.Resources.Error.InvalidPropertyExpression(System.Object)">
  5624. <summary>
  5625. InvalidOperationException with message like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'."
  5626. </summary>
  5627. </member>
  5628. <member name="M:System.Data.Entity.Resources.Error.InvalidComplexPropertyExpression(System.Object)">
  5629. <summary>
  5630. InvalidOperationException with message like "The expression '{0}' is not a valid property expression. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. Use dotted paths for nested properties: C#: 't => t.MyProperty.MyProperty' VB.Net: 'Function(t) t.MyProperty.MyProperty'."
  5631. </summary>
  5632. </member>
  5633. <member name="M:System.Data.Entity.Resources.Error.InvalidPropertiesExpression(System.Object)">
  5634. <summary>
  5635. InvalidOperationException with message like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  5636. </summary>
  5637. </member>
  5638. <member name="M:System.Data.Entity.Resources.Error.InvalidComplexPropertiesExpression(System.Object)">
  5639. <summary>
  5640. InvalidOperationException with message like "The properties expression '{0}' is not valid. The expression should represent a property: C#: 't => t.MyProperty' VB.Net: 'Function(t) t.MyProperty'. When specifying multiple properties use an anonymous type: C#: 't => new {{ t.MyProperty1, t.MyProperty2 }}' VB.Net: 'Function(t) New With {{ t.MyProperty1, t.MyProperty2 }}'."
  5641. </summary>
  5642. </member>
  5643. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.DuplicateStructuralTypeConfiguration(System.Object)" -->
  5644. <member name="M:System.Data.Entity.Resources.Error.ConflictingPropertyConfiguration(System.Object,System.Object,System.Object)">
  5645. <summary>
  5646. InvalidOperationException with message like "Conflicting configuration settings were specified for property '{0}' on type '{1}': {2}"
  5647. </summary>
  5648. </member>
  5649. <member name="M:System.Data.Entity.Resources.Error.ConflictingColumnConfiguration(System.Object,System.Object,System.Object)">
  5650. <summary>
  5651. InvalidOperationException with message like "Conflicting configuration settings were specified for column '{0}' on table '{1}': {2}"
  5652. </summary>
  5653. </member>
  5654. <member name="M:System.Data.Entity.Resources.Error.InvalidComplexType(System.Object)">
  5655. <summary>
  5656. InvalidOperationException with message like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from ComplexObject."
  5657. </summary>
  5658. </member>
  5659. <member name="M:System.Data.Entity.Resources.Error.InvalidEntityType(System.Object)">
  5660. <summary>
  5661. InvalidOperationException with message like "The type '{0}' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined as a class, is not primitive, nested or generic, and does not inherit from EntityObject."
  5662. </summary>
  5663. </member>
  5664. <member name="M:System.Data.Entity.Resources.Error.NavigationInverseItself(System.Object,System.Object)">
  5665. <summary>
  5666. InvalidOperationException with message like "The navigation property '{0}' declared on type '{1}' cannot be the inverse of itself."
  5667. </summary>
  5668. </member>
  5669. <member name="M:System.Data.Entity.Resources.Error.ConflictingConstraint(System.Object,System.Object)">
  5670. <summary>
  5671. InvalidOperationException with message like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting foreign keys."
  5672. </summary>
  5673. </member>
  5674. <member name="M:System.Data.Entity.Resources.Error.ConflictingInferredColumnType(System.Object,System.Object,System.Object)">
  5675. <summary>
  5676. MappingException with message like "Values of incompatible types ('{1}' and '{2}') were assigned to the '{0}' discriminator column. Values of the same type must be specified. To explicitly specify the type of the discriminator column use the HasColumnType method."
  5677. </summary>
  5678. </member>
  5679. <member name="M:System.Data.Entity.Resources.Error.ConflictingMapping(System.Object,System.Object)">
  5680. <summary>
  5681. InvalidOperationException with message like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting mapping information."
  5682. </summary>
  5683. </member>
  5684. <member name="M:System.Data.Entity.Resources.Error.ConflictingCascadeDeleteOperation(System.Object,System.Object)">
  5685. <summary>
  5686. InvalidOperationException with message like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting cascade delete operations using 'WillCascadeOnDelete'."
  5687. </summary>
  5688. </member>
  5689. <member name="M:System.Data.Entity.Resources.Error.ConflictingMultiplicities(System.Object,System.Object)">
  5690. <summary>
  5691. InvalidOperationException with message like "The navigation property '{0}' declared on type '{1}' has been configured with conflicting multiplicities."
  5692. </summary>
  5693. </member>
  5694. <member name="M:System.Data.Entity.Resources.Error.MaxLengthAttributeConvention_InvalidMaxLength(System.Object,System.Object)">
  5695. <summary>
  5696. InvalidOperationException with message like "The MaxLengthAttribute on property '{0}' on type '{1} is not valid. The Length value must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  5697. </summary>
  5698. </member>
  5699. <member name="M:System.Data.Entity.Resources.Error.StringLengthAttributeConvention_InvalidMaximumLength(System.Object,System.Object)">
  5700. <summary>
  5701. InvalidOperationException with message like "The StringLengthAttribute on property '{0}' on type '{1}' is not valid. The maximum length must be greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  5702. </summary>
  5703. </member>
  5704. <member name="M:System.Data.Entity.Resources.Error.ModelGeneration_UnableToDetermineKeyOrder(System.Object)">
  5705. <summary>
  5706. InvalidOperationException with message like "Unable to determine composite primary key ordering for type '{0}'. Use the ColumnAttribute or the HasKey method to specify an order for composite primary keys."
  5707. </summary>
  5708. </member>
  5709. <member name="M:System.Data.Entity.Resources.Error.ForeignKeyAttributeConvention_EmptyKey(System.Object,System.Object)">
  5710. <summary>
  5711. InvalidOperationException with message like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. Name must not be empty."
  5712. </summary>
  5713. </member>
  5714. <member name="M:System.Data.Entity.Resources.Error.ForeignKeyAttributeConvention_InvalidKey(System.Object,System.Object,System.Object,System.Object)">
  5715. <summary>
  5716. InvalidOperationException with message like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The foreign key name '{2}' was not found on the dependent type '{3}'. The Name value should be a comma separated list of foreign key property names."
  5717. </summary>
  5718. </member>
  5719. <member name="M:System.Data.Entity.Resources.Error.ForeignKeyAttributeConvention_InvalidNavigationProperty(System.Object,System.Object,System.Object)">
  5720. <summary>
  5721. InvalidOperationException with message like "The ForeignKeyAttribute on property '{0}' on type '{1}' is not valid. The navigation property '{2}' was not found on the dependent type '{1}'. The Name value should be a valid navigation property name."
  5722. </summary>
  5723. </member>
  5724. <member name="M:System.Data.Entity.Resources.Error.ForeignKeyAttributeConvention_OrderRequired(System.Object)">
  5725. <summary>
  5726. InvalidOperationException with message like "Unable to determine a composite foreign key ordering for foreign key on type {0}. When using the ForeignKey data annotation on composite foreign key properties ensure order is specified by using the Column data annotation or the fluent API."
  5727. </summary>
  5728. </member>
  5729. <member name="M:System.Data.Entity.Resources.Error.InversePropertyAttributeConvention_PropertyNotFound(System.Object,System.Object,System.Object,System.Object)">
  5730. <summary>
  5731. InvalidOperationException with message like "The InversePropertyAttribute on property '{2}' on type '{3}' is not valid. The property '{0}' is not a valid navigation property on the related type '{1}'. Ensure that the property exists and is a valid reference or collection navigation property."
  5732. </summary>
  5733. </member>
  5734. <member name="M:System.Data.Entity.Resources.Error.InversePropertyAttributeConvention_SelfInverseDetected(System.Object,System.Object)">
  5735. <summary>
  5736. InvalidOperationException with message like "A relationship cannot be established from property '{0}' on type '{1}' to property '{0}' on type '{1}'. Check the values in the InversePropertyAttribute to ensure relationship definitions are unique and reference from one navigation property to its corresponding inverse navigation property."
  5737. </summary>
  5738. </member>
  5739. <member name="M:System.Data.Entity.Resources.Error.KeyRegisteredOnDerivedType(System.Object,System.Object)">
  5740. <summary>
  5741. InvalidOperationException with message like "A key is registered for the derived type '{0}'. Keys can only be registered for the root type '{1}'."
  5742. </summary>
  5743. </member>
  5744. <member name="M:System.Data.Entity.Resources.Error.InvalidTableMapping(System.Object,System.Object)">
  5745. <summary>
  5746. InvalidOperationException with message like "The type '{0}' has already been mapped to table '{1}'. Specify all mapping aspects of a table in a single Map call."
  5747. </summary>
  5748. </member>
  5749. <member name="M:System.Data.Entity.Resources.Error.InvalidTableMapping_NoTableName(System.Object)">
  5750. <summary>
  5751. InvalidOperationException with message like "Map was called more than once for type '{0}' and at least one of the calls didn't specify the target table name."
  5752. </summary>
  5753. </member>
  5754. <member name="M:System.Data.Entity.Resources.Error.InvalidChainedMappingSyntax(System.Object)">
  5755. <summary>
  5756. InvalidOperationException with message like "The derived type '{0}' has already been mapped using the chaining syntax. A derived type can only be mapped once using the chaining syntax."
  5757. </summary>
  5758. </member>
  5759. <member name="M:System.Data.Entity.Resources.Error.InvalidNotNullCondition(System.Object,System.Object)">
  5760. <summary>
  5761. InvalidOperationException with message like "An "is not null" condition cannot be specified on property '{0}' on type '{1}' because this property is not included in the model. Check that the property has not been explicitly excluded from the model by using the Ignore method or NotMappedAttribute data annotation."
  5762. </summary>
  5763. </member>
  5764. <member name="M:System.Data.Entity.Resources.Error.InvalidDiscriminatorType(System.Object)">
  5765. <summary>
  5766. ArgumentException with message like "Values of type '{0}' cannot be used as type discriminator values. Supported types include byte, signed byte, bool, int16, int32, int64, and string."
  5767. </summary>
  5768. </member>
  5769. <member name="M:System.Data.Entity.Resources.Error.ConventionNotFound(System.Object,System.Object)">
  5770. <summary>
  5771. InvalidOperationException with message like "Unable to add the convention '{0}'. Could not find an existing convention of type '{1}' in the current convention set."
  5772. </summary>
  5773. </member>
  5774. <member name="M:System.Data.Entity.Resources.Error.InvalidEntitySplittingProperties(System.Object)">
  5775. <summary>
  5776. InvalidOperationException with message like "Not all properties for type '{0}' have been mapped. Either map those properties or explicitly excluded them from the model."
  5777. </summary>
  5778. </member>
  5779. <member name="M:System.Data.Entity.Resources.Error.ModelBuilder_ProviderNameNotFound(System.Object)">
  5780. <summary>
  5781. NotSupportedException with message like "Unable to determine the provider name for connection of type '{0}'."
  5782. </summary>
  5783. </member>
  5784. <member name="M:System.Data.Entity.Resources.Error.ToTable_InvalidSchemaName(System.Object)">
  5785. <summary>
  5786. ArgumentException with message like "The qualified table name '{0}' contains an invalid schema name. Schema names must have a non-zero length."
  5787. </summary>
  5788. </member>
  5789. <member name="M:System.Data.Entity.Resources.Error.ToTable_InvalidTableName(System.Object)">
  5790. <summary>
  5791. ArgumentException with message like "The qualified table name '{0}' contains an invalid table name. Table names must have a non-zero length."
  5792. </summary>
  5793. </member>
  5794. <member name="M:System.Data.Entity.Resources.Error.EntityMappingConfiguration_DuplicateMapInheritedProperties(System.Object)">
  5795. <summary>
  5796. InvalidOperationException with message like "Properties for type '{0}' can only be mapped once. Ensure the MapInheritedProperties method is only used during one call to the Map method."
  5797. </summary>
  5798. </member>
  5799. <member name="M:System.Data.Entity.Resources.Error.EntityMappingConfiguration_DuplicateMappedProperties(System.Object)">
  5800. <summary>
  5801. InvalidOperationException with message like "Properties for type '{0}' can only be mapped once. Ensure the Properties method is used and that repeated calls specify each non-key property only once."
  5802. </summary>
  5803. </member>
  5804. <member name="M:System.Data.Entity.Resources.Error.EntityMappingConfiguration_DuplicateMappedProperty(System.Object,System.Object)">
  5805. <summary>
  5806. InvalidOperationException with message like "Properties for type '{0}' can only be mapped once. The non-key property '{1}' is mapped more than once. Ensure the Properties method specifies each non-key property only once."
  5807. </summary>
  5808. </member>
  5809. <member name="M:System.Data.Entity.Resources.Error.EntityMappingConfiguration_CannotMapIgnoredProperty(System.Object,System.Object)">
  5810. <summary>
  5811. InvalidOperationException with message like "The property '{1}' on type '{0}' cannot be mapped because it has been explicitly excluded from the model or it is of a type not supported by the DbModelBuilderVersion being used."
  5812. </summary>
  5813. </member>
  5814. <member name="M:System.Data.Entity.Resources.Error.EntityMappingConfiguration_InvalidTableSharing(System.Object,System.Object,System.Object)">
  5815. <summary>
  5816. InvalidOperationException with message like "The entity types '{0}' and '{1}' cannot share table '{2}' because they are not in the same type hierarchy or do not have a valid one to one foreign key relationship with matching primary keys between them."
  5817. </summary>
  5818. </member>
  5819. <member name="M:System.Data.Entity.Resources.Error.CannotIgnoreMappedBaseProperty(System.Object,System.Object,System.Object)">
  5820. <summary>
  5821. InvalidOperationException with message like "You cannot use Ignore method on the property '{0}' on type '{1}' because this type inherits from the type '{2}' where this property is mapped. To exclude this property from your model, use NotMappedAttribute or Ignore method on the base type."
  5822. </summary>
  5823. </member>
  5824. <member name="M:System.Data.Entity.Resources.Error.ModelBuilder_KeyPropertiesMustBePrimitive(System.Object,System.Object)">
  5825. <summary>
  5826. InvalidOperationException with message like "The property '{0}' cannot be used as a key property on the entity '{1}' because the property type is not a valid key type. Only scalar types, string and byte[] are supported key types."
  5827. </summary>
  5828. </member>
  5829. <member name="M:System.Data.Entity.Resources.Error.TableNotFound(System.Object)">
  5830. <summary>
  5831. InvalidOperationException with message like "The specified table '{0}' was not found in the model. Ensure that the table name has been correctly specified."
  5832. </summary>
  5833. </member>
  5834. <member name="M:System.Data.Entity.Resources.Error.IncorrectColumnCount(System.Object)">
  5835. <summary>
  5836. InvalidOperationException with message like "The specified association foreign key columns '{0}' are invalid. The number of columns specified must match the number of primary key columns."
  5837. </summary>
  5838. </member>
  5839. <member name="M:System.Data.Entity.Resources.Error.CircularComplexTypeHierarchy">
  5840. <summary>
  5841. InvalidOperationException with message like "A circular ComplexType hierarchy was detected. Self-referencing ComplexTypes are not supported."
  5842. </summary>
  5843. </member>
  5844. <member name="M:System.Data.Entity.Resources.Error.UnableToDeterminePrincipal(System.Object,System.Object)">
  5845. <summary>
  5846. InvalidOperationException with message like "Unable to determine the principal end of an association between the types '{0}' and '{1}'. The principal end of this association must be explicitly configured using either the relationship fluent API or data annotations."
  5847. </summary>
  5848. </member>
  5849. <member name="M:System.Data.Entity.Resources.Error.UnmappedAbstractType(System.Object)">
  5850. <summary>
  5851. InvalidOperationException with message like "The abstract type '{0}' has no mapped descendents and so cannot be mapped. Either remove '{0}' from the model or add one or more types deriving from '{0}' to the model. "
  5852. </summary>
  5853. </member>
  5854. <member name="M:System.Data.Entity.Resources.Error.UnsupportedHybridInheritanceMapping(System.Object)">
  5855. <summary>
  5856. NotSupportedException with message like "The type '{0}' cannot be mapped as defined because it maps inherited properties from types that use entity splitting or another form of inheritance. Either choose a different inheritance mapping strategy so as to not map inherited properties, or change all types in the hierarchy to map inherited properties and to not use splitting. "
  5857. </summary>
  5858. </member>
  5859. <member name="M:System.Data.Entity.Resources.Error.OrphanedConfiguredTableDetected(System.Object)">
  5860. <summary>
  5861. InvalidOperationException with message like "The table '{0}' was configured but is not used in any mappings. Verify the mapping configuration for '{0}' is correct."
  5862. </summary>
  5863. </member>
  5864. <member name="M:System.Data.Entity.Resources.Error.DuplicateConfiguredColumnOrder(System.Object)">
  5865. <summary>
  5866. InvalidOperationException with message like "The configured column orders for the table '{0}' contains duplicates. Ensure the specified column order values are distinct."
  5867. </summary>
  5868. </member>
  5869. <member name="M:System.Data.Entity.Resources.Error.UnsupportedUseOfV3Type(System.Object,System.Object)">
  5870. <summary>
  5871. NotSupportedException with message like "The enum or spatial property '{1}' on type '{0}' cannot be mapped. Use DbModelBuilderVersion 'V5_0' or later to map enum or spatial properties."
  5872. </summary>
  5873. </member>
  5874. <member name="M:System.Data.Entity.Resources.Error.MultiplePropertiesMatchedAsKeys(System.Object,System.Object)">
  5875. <summary>
  5876. InvalidOperationException with message like "Multiple potential primary key properties named '{0}' but differing only by case were found on entity type '{1}'. Configure the primary key explicitly using the HasKey fluent API or the KeyAttribute data annotation."
  5877. </summary>
  5878. </member>
  5879. <member name="M:System.Data.Entity.Resources.Error.DbPropertyEntry_CannotGetCurrentValue(System.Object,System.Object)">
  5880. <summary>
  5881. InvalidOperationException with message like "Cannot get value for property '{0}' from entity of type '{1}' because the property has no get accessor."
  5882. </summary>
  5883. </member>
  5884. <member name="M:System.Data.Entity.Resources.Error.DbPropertyEntry_CannotSetCurrentValue(System.Object,System.Object)">
  5885. <summary>
  5886. InvalidOperationException with message like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor."
  5887. </summary>
  5888. </member>
  5889. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.DbPropertyEntry_NotSupportedForDetached(System.Object,System.Object,System.Object)" -->
  5890. <member name="M:System.Data.Entity.Resources.Error.DbPropertyEntry_SettingEntityRefNotSupported(System.Object,System.Object,System.Object)">
  5891. <summary>
  5892. NotSupportedException with message like "Cannot set value for property '{0}' on entity of type '{1}' because the property has no set accessor and is in the '{2}' state."
  5893. </summary>
  5894. </member>
  5895. <member name="M:System.Data.Entity.Resources.Error.DbPropertyEntry_NotSupportedForPropertiesNotInTheModel(System.Object,System.Object,System.Object)">
  5896. <summary>
  5897. InvalidOperationException with message like "Member '{0}' cannot be called for property '{1}' on entity of type '{2}' because the property is not part of the Entity Data Model."
  5898. </summary>
  5899. </member>
  5900. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.DbEntityEntry_NotSupportedForDetached(System.Object,System.Object)" -->
  5901. <member name="M:System.Data.Entity.Resources.Error.DbSet_BadTypeForAddAttachRemove(System.Object,System.Object,System.Object)">
  5902. <summary>
  5903. ArgumentException with message like "Cannot call the {0} method for an entity of type '{1}' on a DbSet for entities of type '{2}'. Only entities of type '{2}' or derived from type '{2}' can be added, attached, or removed."
  5904. </summary>
  5905. </member>
  5906. <member name="M:System.Data.Entity.Resources.Error.DbSet_BadTypeForCreate(System.Object,System.Object)">
  5907. <summary>
  5908. ArgumentException with message like "Cannot call the Create method for the type '{0}' on a DbSet for entities of type '{1}'. Only entities of type '{1}' or derived from type '{1}' can be created."
  5909. </summary>
  5910. </member>
  5911. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.DbEntity_BadTypeForCast(System.Object,System.Object,System.Object)" -->
  5912. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.DbMember_BadTypeForCast(System.Object,System.Object,System.Object,System.Object,System.Object)" -->
  5913. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_UsedReferenceForCollectionProp(System.Object,System.Object)">
  5914. <summary>
  5915. ArgumentException with message like "The property '{0}' on type '{1}' is a collection navigation property. The Collection method should be used instead of the Reference method."
  5916. </summary>
  5917. </member>
  5918. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_UsedCollectionForReferenceProp(System.Object,System.Object)">
  5919. <summary>
  5920. ArgumentException with message like "The property '{0}' on type '{1}' is a reference navigation property. The Reference method should be used instead of the Collection method."
  5921. </summary>
  5922. </member>
  5923. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_NotANavigationProperty(System.Object,System.Object)">
  5924. <summary>
  5925. ArgumentException with message like "The property '{0}' on type '{1}' is not a navigation property. The Reference and Collection methods can only be used with navigation properties. Use the Property or ComplexProperty method."
  5926. </summary>
  5927. </member>
  5928. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_NotAScalarProperty(System.Object,System.Object)">
  5929. <summary>
  5930. ArgumentException with message like "The property '{0}' on type '{1}' is not a primitive or complex property. The Property method can only be used with primitive or complex properties. Use the Reference or Collection method."
  5931. </summary>
  5932. </member>
  5933. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_NotAComplexProperty(System.Object,System.Object)">
  5934. <summary>
  5935. ArgumentException with message like "The property '{0}' on type '{1}' is not a complex property. The ComplexProperty method can only be used with complex properties. Use the Property, Reference or Collection method."
  5936. </summary>
  5937. </member>
  5938. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_NotAProperty(System.Object,System.Object)">
  5939. <summary>
  5940. ArgumentException with message like "The property '{0}' on type '{1}' is not a primitive property, complex property, collection navigation property, or reference navigation property."
  5941. </summary>
  5942. </member>
  5943. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_DottedPartNotComplex(System.Object,System.Object,System.Object)">
  5944. <summary>
  5945. ArgumentException with message like ""The property '{0}' from the property path '{1}' is not a complex property on type '{2}'. Property paths must be composed of complex properties for all except the final property.""
  5946. </summary>
  5947. </member>
  5948. <member name="M:System.Data.Entity.Resources.Error.DbPropertyEntry_CannotMarkPropertyUnmodified">
  5949. <summary>
  5950. NotSupportedException with message like "Setting IsModified to false for a modified property is not supported."
  5951. </summary>
  5952. </member>
  5953. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_DottedPathMustBeProperty(System.Object)">
  5954. <summary>
  5955. ArgumentException with message like ""The property path '{0}' cannot be used for navigation properties. Property paths can only be used to access primitive or complex properties.""
  5956. </summary>
  5957. </member>
  5958. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_WrongGenericForNavProp(System.Object,System.Object,System.Object,System.Object)">
  5959. <summary>
  5960. ArgumentException with message like "The navigation property '{0}' on entity type '{1}' cannot be used for entities of type '{2}' because it refers to entities of type '{3}'."
  5961. </summary>
  5962. </member>
  5963. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_WrongGenericForCollectionNavProp(System.Object,System.Object,System.Object,System.Object)">
  5964. <summary>
  5965. ArgumentException with message like "The generic type argument '{0}' cannot be used with the Member method when accessing the collection navigation property '{1}' on entity type '{2}'. The generic type argument '{3}' must be used instead."
  5966. </summary>
  5967. </member>
  5968. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_WrongGenericForProp(System.Object,System.Object,System.Object,System.Object)">
  5969. <summary>
  5970. ArgumentException with message like "The property '{0}' on entity type '{1}' cannot be used for objects of type '{2}' because it is a property for objects of type '{3}'."
  5971. </summary>
  5972. </member>
  5973. <member name="M:System.Data.Entity.Resources.Error.DbEntityEntry_BadPropertyExpression(System.Object,System.Object)">
  5974. <summary>
  5975. ArgumentException with message like "The expression passed to method {0} must represent a property defined on the type '{1}'."
  5976. </summary>
  5977. </member>
  5978. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_CannotGetValuesForState(System.Object,System.Object)">
  5979. <summary>
  5980. InvalidOperationException with message like "{0} cannot be used for entities in the {1} state."
  5981. </summary>
  5982. </member>
  5983. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_CannotSetNullValue(System.Object,System.Object,System.Object)">
  5984. <summary>
  5985. InvalidOperationException with message like "Cannot set non-nullable property '{0}' of type '{1}' to null on object of type '{2}'."
  5986. </summary>
  5987. </member>
  5988. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_CannotGetStoreValuesWhenComplexPropertyIsNull(System.Object,System.Object)">
  5989. <summary>
  5990. InvalidOperationException with message like "The property '{0}' in the entity of type '{1}' is null. Store values cannot be obtained for an entity with a null complex property."
  5991. </summary>
  5992. </member>
  5993. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_WrongTypeForAssignment(System.Object,System.Object,System.Object,System.Object)">
  5994. <summary>
  5995. InvalidOperationException with message like "Cannot assign value of type '{0}' to property '{1}' of type '{2}' in property values for type '{3}'."
  5996. </summary>
  5997. </member>
  5998. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_PropertyValueNamesAreReadonly">
  5999. <summary>
  6000. NotSupportedException with message like "The set of property value names is read-only."
  6001. </summary>
  6002. </member>
  6003. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_PropertyDoesNotExist(System.Object,System.Object)">
  6004. <summary>
  6005. ArgumentException with message like "The '{0}' property does not exist or is not mapped for the type '{1}'."
  6006. </summary>
  6007. </member>
  6008. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_AttemptToSetValuesFromWrongObject(System.Object,System.Object)">
  6009. <summary>
  6010. ArgumentException with message like "Cannot copy values from DbPropertyValues for type '{0}' into DbPropertyValues for type '{1}'."
  6011. </summary>
  6012. </member>
  6013. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_AttemptToSetValuesFromWrongType(System.Object,System.Object)">
  6014. <summary>
  6015. ArgumentException with message like "Cannot copy from property values for object of type '{0}' into property values for object of type '{1}'."
  6016. </summary>
  6017. </member>
  6018. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_AttemptToSetNonValuesOnComplexProperty">
  6019. <summary>
  6020. ArgumentException with message like "A property of a complex type must be set to an instance of the generic or non-generic DbPropertyValues class for that type."
  6021. </summary>
  6022. </member>
  6023. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_ComplexObjectCannotBeNull(System.Object,System.Object)">
  6024. <summary>
  6025. InvalidOperationException with message like "The value of the complex property '{0}' on entity of type '{1}' is null. Complex properties cannot be set to null and values cannot be set for null complex properties."
  6026. </summary>
  6027. </member>
  6028. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_NestedPropertyValuesNull(System.Object,System.Object)">
  6029. <summary>
  6030. InvalidOperationException with message like "The value of the nested property values property '{0}' on the values for entity of type '{1}' is null. Nested property values cannot be set to null and values cannot be set for null complex properties."
  6031. </summary>
  6032. </member>
  6033. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_CannotSetPropertyOnNullCurrentValue(System.Object,System.Object)">
  6034. <summary>
  6035. InvalidOperationException with message like "Cannot set the value of the nested property '{0}' because value of the complex property '{1}' to which it belongs is null."
  6036. </summary>
  6037. </member>
  6038. <member name="M:System.Data.Entity.Resources.Error.DbPropertyValues_CannotSetPropertyOnNullOriginalValue(System.Object,System.Object)">
  6039. <summary>
  6040. InvalidOperationException with message like "Cannot set the original value of the nested property '{0}' because the original value of the complex property '{1}' to which it belongs is null."
  6041. </summary>
  6042. </member>
  6043. <member name="M:System.Data.Entity.Resources.Error.DatabaseInitializationStrategy_ModelMismatch(System.Object)">
  6044. <summary>
  6045. InvalidOperationException with message like "The model backing the '{0}' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269)."
  6046. </summary>
  6047. </member>
  6048. <member name="M:System.Data.Entity.Resources.Error.Database_DatabaseAlreadyExists(System.Object)">
  6049. <summary>
  6050. InvalidOperationException with message like "Database '{0}' cannot be created because it already exists."
  6051. </summary>
  6052. </member>
  6053. <member name="M:System.Data.Entity.Resources.Error.Database_NonCodeFirstCompatibilityCheck">
  6054. <summary>
  6055. NotSupportedException with message like "Model compatibility cannot be checked because the DbContext instance was not created using Code First patterns. DbContext instances created from an ObjectContext or using an EDMX file cannot be checked for compatibility."
  6056. </summary>
  6057. </member>
  6058. <member name="M:System.Data.Entity.Resources.Error.Database_MetadataNotMapped">
  6059. <summary>
  6060. NotSupportedException with message like "Model compatibility cannot be checked because the EdmMetadata type was not included in the model. Ensure that IncludeMetadataConvention has been added to the DbModelBuilder conventions."
  6061. </summary>
  6062. </member>
  6063. <member name="M:System.Data.Entity.Resources.Error.Database_NoDatabaseMetadata">
  6064. <summary>
  6065. NotSupportedException with message like "Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations."
  6066. </summary>
  6067. </member>
  6068. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.Database_BadLegacyInitializerEntry(System.Object,System.Object)" -->
  6069. <!-- Badly formed XML comment ignored for member "M:System.Data.Entity.Resources.Error.Database_InitializeFromLegacyConfigFailed(System.Object,System.Object)" -->
  6070. <member name="M:System.Data.Entity.Resources.Error.Database_InitializeFromConfigFailed(System.Object,System.Object)">
  6071. <summary>
  6072. InvalidOperationException with message like "Failed to set database initializer of type '{0}' for DbContext type '{1}' specified in the application configuration. See inner exception for details."
  6073. </summary>
  6074. </member>
  6075. <member name="M:System.Data.Entity.Resources.Error.ContextConfiguredMultipleTimes(System.Object)">
  6076. <summary>
  6077. InvalidOperationException with message like "Configuration for DbContext type '{0}' is specified multiple times in the application configuration. Each context can only be configured once."
  6078. </summary>
  6079. </member>
  6080. <member name="M:System.Data.Entity.Resources.Error.SetConnectionFactoryFromConfigFailed(System.Object)">
  6081. <summary>
  6082. InvalidOperationException with message like "Failed to set Database.DefaultConnectionFactory to an instance of the '{0}' type as specified in the application configuration. See inner exception for details."
  6083. </summary>
  6084. </member>
  6085. <member name="M:System.Data.Entity.Resources.Error.Database_FailedToResolveType(System.Object)">
  6086. <summary>
  6087. InvalidOperationException with message like "The type '{0}' could not be found. The type name must be an assembly-qualified name."
  6088. </summary>
  6089. </member>
  6090. <member name="M:System.Data.Entity.Resources.Error.DbContext_ContextUsedInModelCreating">
  6091. <summary>
  6092. InvalidOperationException with message like "The context cannot be used while the model is being created."
  6093. </summary>
  6094. </member>
  6095. <member name="M:System.Data.Entity.Resources.Error.DbContext_MESTNotSupported">
  6096. <summary>
  6097. InvalidOperationException with message like "The DbContext class cannot be used with models that have multiple entity sets per type (MEST)."
  6098. </summary>
  6099. </member>
  6100. <member name="M:System.Data.Entity.Resources.Error.DbContext_Disposed">
  6101. <summary>
  6102. InvalidOperationException with message like "The operation cannot be completed because the DbContext has been disposed."
  6103. </summary>
  6104. </member>
  6105. <member name="M:System.Data.Entity.Resources.Error.DbContext_ProviderReturnedNullConnection">
  6106. <summary>
  6107. InvalidOperationException with message like "The provider factory returned a null connection."
  6108. </summary>
  6109. </member>
  6110. <member name="M:System.Data.Entity.Resources.Error.DbContext_ProviderNameMissing(System.Object)">
  6111. <summary>
  6112. InvalidOperationException with message like "The connection string '{0}' in the application's configuration file does not contain the required providerName attribute.""
  6113. </summary>
  6114. </member>
  6115. <member name="M:System.Data.Entity.Resources.Error.DbContext_ConnectionFactoryReturnedNullConnection">
  6116. <summary>
  6117. InvalidOperationException with message like "The DbConnectionFactory instance returned a null connection."
  6118. </summary>
  6119. </member>
  6120. <member name="M:System.Data.Entity.Resources.Error.DbSet_WrongNumberOfKeyValuesPassed">
  6121. <summary>
  6122. ArgumentException with message like "The number of primary key values passed must match number of primary key values defined on the entity."
  6123. </summary>
  6124. </member>
  6125. <member name="M:System.Data.Entity.Resources.Error.DbSet_WrongKeyValueType">
  6126. <summary>
  6127. ArgumentException with message like "The type of one of the primary key values did not match the type defined in the entity. See inner exception for details."
  6128. </summary>
  6129. </member>
  6130. <member name="M:System.Data.Entity.Resources.Error.DbSet_WrongEntityTypeFound(System.Object,System.Object)">
  6131. <summary>
  6132. InvalidOperationException with message like "The entity found was of type {0} when an entity of type {1} was requested."
  6133. </summary>
  6134. </member>
  6135. <member name="M:System.Data.Entity.Resources.Error.DbSet_MultipleAddedEntitiesFound">
  6136. <summary>
  6137. InvalidOperationException with message like "Multiple entities were found in the Added state that match the given primary key values."
  6138. </summary>
  6139. </member>
  6140. <member name="M:System.Data.Entity.Resources.Error.DbSet_DbSetUsedWithComplexType(System.Object)">
  6141. <summary>
  6142. InvalidOperationException with message like "The type '{0}' is mapped as a complex type. The Set method, DbSet objects, and DbEntityEntry objects can only be used with entity types, not complex types."
  6143. </summary>
  6144. </member>
  6145. <member name="M:System.Data.Entity.Resources.Error.DbSet_PocoAndNonPocoMixedInSameAssembly(System.Object)">
  6146. <summary>
  6147. InvalidOperationException with message like "The type '{0}' is not attributed with EdmEntityTypeAttribute but is contained in an assembly attributed with EdmSchemaAttribute. POCO entities that do not use EdmEntityTypeAttribute cannot be contained in the same assembly as non-POCO entities that use EdmEntityTypeAttribute."
  6148. </summary>
  6149. </member>
  6150. <member name="M:System.Data.Entity.Resources.Error.DbSet_EntityTypeNotInModel(System.Object)">
  6151. <summary>
  6152. InvalidOperationException with message like "The entity type {0} is not part of the model for the current context."
  6153. </summary>
  6154. </member>
  6155. <member name="M:System.Data.Entity.Resources.Error.DbQuery_BindingToDbQueryNotSupported">
  6156. <summary>
  6157. NotSupportedException with message like "Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported. Instead populate a DbSet with data, for example by calling Load on the DbSet, and then bind to local data. For WPF bind to DbSet.Local. For WinForms bind to DbSet.Local.ToBindingList()."
  6158. </summary>
  6159. </member>
  6160. <member name="M:System.Data.Entity.Resources.Error.DbExtensions_InvalidIncludePathExpression">
  6161. <summary>
  6162. ArgumentException with message like "The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Select operator for collection navigation properties."
  6163. </summary>
  6164. </member>
  6165. <member name="M:System.Data.Entity.Resources.Error.DbContext_ConnectionStringNotFound(System.Object)">
  6166. <summary>
  6167. InvalidOperationException with message like "No connection string named '{0}' could be found in the application config file."
  6168. </summary>
  6169. </member>
  6170. <member name="M:System.Data.Entity.Resources.Error.DbContext_ConnectionHasModel">
  6171. <summary>
  6172. InvalidOperationException with message like "Cannot initialize a DbContext from an entity connection string or an EntityConnection instance together with a DbCompiledModel. If an entity connection string or EntityConnection instance is used, then the model will be created from the metadata in the connection. If a DbCompiledModel is used, then the connection supplied should be a standard database connection (for example, a SqlConnection instance) rather than an entity connection."
  6173. </summary>
  6174. </member>
  6175. <member name="M:System.Data.Entity.Resources.Error.DbCollectionEntry_CannotSetCollectionProp(System.Object,System.Object)">
  6176. <summary>
  6177. NotSupportedException with message like "The collection navigation property '{0}' on the entity of type '{1}' cannot be set because the entity type does not define a navigation property with a set accessor."
  6178. </summary>
  6179. </member>
  6180. <member name="M:System.Data.Entity.Resources.Error.CodeFirstCachedMetadataWorkspace_SameModelDifferentProvidersNotSupported">
  6181. <summary>
  6182. NotSupportedException with message like "Using the same DbCompiledModel to create contexts against different types of database servers is not supported. Instead, create a separate DbCompiledModel for each type of server being used."
  6183. </summary>
  6184. </member>
  6185. <member name="M:System.Data.Entity.Resources.Error.Mapping_MESTNotSupported(System.Object,System.Object,System.Object)">
  6186. <summary>
  6187. InvalidOperationException with message like "Multiple object sets per type are not supported. The object sets '{0}' and '{1}' can both contain instances of type '{2}'."
  6188. </summary>
  6189. </member>
  6190. <member name="M:System.Data.Entity.Resources.Error.DbModelBuilder_MissingRequiredCtor(System.Object)">
  6191. <summary>
  6192. InvalidOperationException with message like "The context type '{0}' must have a public constructor taking an EntityConnection."
  6193. </summary>
  6194. </member>
  6195. <member name="M:System.Data.Entity.Resources.Error.SqlConnectionFactory_MdfNotSupported(System.Object)">
  6196. <summary>
  6197. NotSupportedException with message like "The database name '{0}' is not supported because it is an MDF file name. A full connection string must be provided to attach an MDF file."
  6198. </summary>
  6199. </member>
  6200. <member name="M:System.Data.Entity.Resources.Error.Database_InitializationException">
  6201. <summary>
  6202. DataException with message like "An exception occurred while initializing the database. See the InnerException for details."
  6203. </summary>
  6204. </member>
  6205. <member name="M:System.Data.Entity.Resources.Error.EdmxWriter_EdmxFromObjectContextNotSupported">
  6206. <summary>
  6207. NotSupportedException with message like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using an existing ObjectContext is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  6208. </summary>
  6209. </member>
  6210. <member name="M:System.Data.Entity.Resources.Error.EdmxWriter_EdmxFromDbCompiledModelNotSupported">
  6211. <summary>
  6212. NotSupportedException with message like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using an existing DbCompiledModel is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  6213. </summary>
  6214. </member>
  6215. <member name="M:System.Data.Entity.Resources.Error.EdmxWriter_EdmxFromModelFirstNotSupported">
  6216. <summary>
  6217. NotSupportedException with message like "Creating a DbModelBuilder or writing the EDMX from a DbContext created using Database First or Model First is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel."
  6218. </summary>
  6219. </member>
  6220. <member name="M:System.Data.Entity.Resources.Error.DbContextServices_MissingDefaultCtor(System.Object)">
  6221. <summary>
  6222. InvalidOperationException with message like "The context factory type '{0}' must have a public default constructor."
  6223. </summary>
  6224. </member>
  6225. <member name="M:System.Data.Entity.Resources.Error.CannotCallGenericSetWithProxyType">
  6226. <summary>
  6227. InvalidOperationException with message like "The generic 'Set' method cannot be called with a proxy type. Either use the actual entity type or call the non-generic 'Set' method."
  6228. </summary>
  6229. </member>
  6230. <member name="M:System.Data.Entity.Resources.Error.MaxLengthAttribute_InvalidMaxLength">
  6231. <summary>
  6232. InvalidOperationException with message like "MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length."
  6233. </summary>
  6234. </member>
  6235. <member name="M:System.Data.Entity.Resources.Error.MinLengthAttribute_InvalidMinLength">
  6236. <summary>
  6237. InvalidOperationException with message like "MinLengthAttribute must have a Length value that is zero or greater."
  6238. </summary>
  6239. </member>
  6240. <member name="M:System.Data.Entity.Resources.Error.DbConnectionInfo_ConnectionStringNotFound(System.Object)">
  6241. <summary>
  6242. InvalidOperationException with message like "No connection string named '{0}' could be found in the application config file."
  6243. </summary>
  6244. </member>
  6245. <member name="M:System.Data.Entity.Resources.Error.EagerInternalContext_CannotSetConnectionInfo">
  6246. <summary>
  6247. InvalidOperationException with message like "The connection can not be overridden because this context was created from an existing ObjectContext."
  6248. </summary>
  6249. </member>
  6250. <member name="M:System.Data.Entity.Resources.Error.LazyInternalContext_CannotReplaceEfConnectionWithDbConnection">
  6251. <summary>
  6252. InvalidOperationException with message like "Can not override the connection for this context with a standard DbConnection because the original connection was an EntityConnection."
  6253. </summary>
  6254. </member>
  6255. <member name="M:System.Data.Entity.Resources.Error.LazyInternalContext_CannotReplaceDbConnectionWithEfConnection">
  6256. <summary>
  6257. InvalidOperationException with message like "Can not override the connection for this context with an EntityConnection because the original connection was a standard DbConnection."
  6258. </summary>
  6259. </member>
  6260. <member name="M:System.Data.Entity.Resources.Error.ArgumentNull(System.String)">
  6261. <summary>
  6262. The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
  6263. </summary>
  6264. </member>
  6265. <member name="M:System.Data.Entity.Resources.Error.ArgumentOutOfRange(System.String)">
  6266. <summary>
  6267. The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
  6268. </summary>
  6269. </member>
  6270. <member name="M:System.Data.Entity.Resources.Error.NotImplemented">
  6271. <summary>
  6272. The exception that is thrown when the author has yet to implement the logic at this point in the program. This can act as an exception based TODO tag.
  6273. </summary>
  6274. </member>
  6275. <member name="M:System.Data.Entity.Resources.Error.NotSupported">
  6276. <summary>
  6277. The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
  6278. </summary>
  6279. </member>
  6280. <member name="T:System.Data.Entity.Resources.EntityRes">
  6281. <summary>
  6282. AutoGenerated resource class. Usage:
  6283. string s = EntityRes.GetString(EntityRes.MyIdenfitier);
  6284. </summary>
  6285. </member>
  6286. <member name="T:System.Data.Entity.Edm.Common.DataModelAnnotation">
  6287. <summary>
  6288. Allows the construction and modification of a user-specified annotation (name-value pair) on a <see cref="T:System.Data.Entity.Edm.Common.DataModelItem"/> instance.
  6289. </summary>
  6290. </member>
  6291. <member name="P:System.Data.Entity.Edm.Common.DataModelAnnotation.Namespace">
  6292. <summary>
  6293. Gets or sets an optional namespace that can be used to distinguish the annotation from others with the same <see cref="P:System.Data.Entity.Edm.Common.DataModelAnnotation.Name"/> value.
  6294. </summary>
  6295. </member>
  6296. <member name="P:System.Data.Entity.Edm.Common.DataModelAnnotation.Name">
  6297. <summary>
  6298. Gets or sets the name of the annotation.
  6299. </summary>
  6300. </member>
  6301. <member name="P:System.Data.Entity.Edm.Common.DataModelAnnotation.Value">
  6302. <summary>
  6303. Gets or sets the value of the annotation.
  6304. </summary>
  6305. </member>
  6306. <member name="T:System.Data.Entity.Edm.Common.DataModelErrorEventArgs">
  6307. <summary>
  6308. </summary>
  6309. </member>
  6310. <member name="T:System.Data.Entity.Edm.Common.DataModelEventArgs">
  6311. <summary>
  6312. DataModelEventArgs is the base argument type for all events raised by consumers of Entity Data Model (EDM) models.
  6313. </summary>
  6314. </member>
  6315. <member name="P:System.Data.Entity.Edm.Common.DataModelEventArgs.Item">
  6316. <summary>
  6317. Gets a value indicating the <see cref="T:System.Data.Entity.Edm.Common.DataModelItem"/> that caused the event to be raised.
  6318. </summary>
  6319. </member>
  6320. <member name="P:System.Data.Entity.Edm.Common.DataModelErrorEventArgs.PropertyName">
  6321. <summary>
  6322. Gets an optional value indicating which property of the source item caused the event to be raised.
  6323. </summary>
  6324. </member>
  6325. <member name="P:System.Data.Entity.Edm.Common.DataModelErrorEventArgs.ErrorCode">
  6326. <summary>
  6327. Gets a value that identifies the specific error that is being raised.
  6328. </summary>
  6329. </member>
  6330. <member name="P:System.Data.Entity.Edm.Common.DataModelErrorEventArgs.ErrorMessage">
  6331. <summary>
  6332. Gets an optional descriptive message the describes the error that is being raised.
  6333. </summary>
  6334. </member>
  6335. <member name="T:System.Data.Entity.Edm.Db.DbAliasedMetadataItem">
  6336. <summary>
  6337. DbAliasedMetadataItem provides the base type for all Database Metadata types that can have an optional <see cref="P:System.Data.Entity.Edm.Db.DbAliasedMetadataItem.DatabaseIdentifier"/> that should be used instead of the item's <see cref="P:System.Data.Entity.Edm.Db.DbNamedMetadataItem.Name"/> when referring to the item in the database.
  6338. </summary>
  6339. </member>
  6340. <member name="T:System.Data.Entity.Edm.Db.DbNamedMetadataItem">
  6341. <summary>
  6342. NamedDbItem is the base for all types in the Database Metadata construction and modification API with a <see cref="P:System.Data.Entity.Edm.Db.DbNamedMetadataItem.Name"/> property.
  6343. </summary>
  6344. </member>
  6345. <member name="T:System.Data.Entity.Edm.Db.DbMetadataItem">
  6346. <summary>
  6347. The base for all all Database Metadata types that support annotation using <see cref="T:System.Data.Entity.Edm.Common.DataModelAnnotation"/> .
  6348. </summary>
  6349. </member>
  6350. <member name="T:System.Data.Entity.Edm.Db.DbDataModelItem">
  6351. <summary>
  6352. DbDataModelItem is the base for all types in the Database Metadata construction and modification API.
  6353. </summary>
  6354. </member>
  6355. <member name="P:System.Data.Entity.Edm.Db.DbMetadataItem.Annotations">
  6356. <summary>
  6357. Gets or sets the currently assigned annotations.
  6358. </summary>
  6359. </member>
  6360. <member name="P:System.Data.Entity.Edm.Db.DbNamedMetadataItem.Name">
  6361. <summary>
  6362. Gets or sets the currently assigned name.
  6363. </summary>
  6364. </member>
  6365. <member name="P:System.Data.Entity.Edm.Db.DbAliasedMetadataItem.DatabaseIdentifier">
  6366. <summary>
  6367. Gets an optional alternative identifier that should be used when referring to this item in the database.
  6368. </summary>
  6369. </member>
  6370. <member name="T:System.Data.Entity.Edm.Db.DbColumnMetadata">
  6371. <summary>
  6372. When implemented in derived types, allows the construction and modification of a column in a Database Metadata table or row.
  6373. </summary>
  6374. </member>
  6375. <member name="P:System.Data.Entity.Edm.Db.DbColumnMetadata.TypeName">
  6376. <summary>
  6377. Gets or sets a string indicating the database-specific type of the column.
  6378. </summary>
  6379. </member>
  6380. <member name="P:System.Data.Entity.Edm.Db.DbColumnMetadata.IsNullable">
  6381. <summary>
  6382. Gets or sets a value indicating whether the column is nullable.
  6383. </summary>
  6384. </member>
  6385. <member name="P:System.Data.Entity.Edm.Db.DbColumnMetadata.Facets">
  6386. <summary>
  6387. Gets or sets an optional <see cref="T:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets"/> instance that applies additional constraints to the referenced database-specific type of the column.
  6388. </summary>
  6389. </member>
  6390. <member name="T:System.Data.Entity.Edm.Db.DbDatabaseMetadata">
  6391. <summary>
  6392. Allows the construction and modification of a database in a Database Metadata model.
  6393. </summary>
  6394. </member>
  6395. <member name="P:System.Data.Entity.Edm.Db.DbDatabaseMetadata.Version">
  6396. <summary>
  6397. Gets or sets an optional value that indicates the database model version.
  6398. </summary>
  6399. </member>
  6400. <member name="P:System.Data.Entity.Edm.Db.DbDatabaseMetadata.Schemas">
  6401. <summary>
  6402. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.DbSchemaMetadata"/> instances that specifies the schemas within the database.
  6403. </summary>
  6404. </member>
  6405. <member name="T:System.Data.Entity.Edm.Db.DbForeignKeyConstraintMetadata">
  6406. <summary>
  6407. Allows the construction and modification of a foreign key constraint sourced by a <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> instance.
  6408. </summary>
  6409. </member>
  6410. <member name="P:System.Data.Entity.Edm.Db.DbForeignKeyConstraintMetadata.DeleteAction">
  6411. <summary>
  6412. Gets or sets the <see cref="T:System.Data.Entity.Edm.Db.DbOperationAction"/> to take when a delete operation is attempted.
  6413. </summary>
  6414. </member>
  6415. <member name="T:System.Data.Entity.Edm.Db.DbItemKind">
  6416. <summary>
  6417. Indicates which Database Metadata concept is represented by a given item.
  6418. </summary>
  6419. </member>
  6420. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.Database">
  6421. <summary>
  6422. Database Kind
  6423. </summary>
  6424. </member>
  6425. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.Schema">
  6426. <summary>
  6427. Schema Kind
  6428. </summary>
  6429. </member>
  6430. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.ForeignKeyConstraint">
  6431. <summary>
  6432. Foreign Key Constraint Kind
  6433. </summary>
  6434. </member>
  6435. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.Function">
  6436. <summary>
  6437. Function Kind
  6438. </summary>
  6439. </member>
  6440. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.FunctionParameter">
  6441. <summary>
  6442. Function Parameter Kind
  6443. </summary>
  6444. </member>
  6445. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.FunctionType">
  6446. <summary>
  6447. Function Return or Parameter Type Kind
  6448. </summary>
  6449. </member>
  6450. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.RowColumn">
  6451. <summary>
  6452. Row Column Kind
  6453. </summary>
  6454. </member>
  6455. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.Table">
  6456. <summary>
  6457. Table Kind
  6458. </summary>
  6459. </member>
  6460. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.TableColumn">
  6461. <summary>
  6462. Table Column Kind
  6463. </summary>
  6464. </member>
  6465. <member name="F:System.Data.Entity.Edm.Db.DbItemKind.PrimitiveTypeFacets">
  6466. <summary>
  6467. Primitive Facets Kind
  6468. </summary>
  6469. </member>
  6470. <member name="T:System.Data.Entity.Edm.Db.DbOperationAction">
  6471. <summary>
  6472. Specifies the action to take on a given operation.
  6473. </summary>
  6474. </member>
  6475. <member name="F:System.Data.Entity.Edm.Db.DbOperationAction.None">
  6476. <summary>
  6477. Default behavior
  6478. </summary>
  6479. </member>
  6480. <member name="F:System.Data.Entity.Edm.Db.DbOperationAction.Restrict">
  6481. <summary>
  6482. Restrict the operation
  6483. </summary>
  6484. </member>
  6485. <member name="F:System.Data.Entity.Edm.Db.DbOperationAction.Cascade">
  6486. <summary>
  6487. Cascade the operation
  6488. </summary>
  6489. </member>
  6490. <member name="T:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets">
  6491. <summary>
  6492. Allows the construction and modification of additional constraints that can be applied to a specific use of a primitive type in a Database Metadata item.
  6493. </summary>
  6494. </member>
  6495. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.HasValue">
  6496. <summary>
  6497. Returns <code>true</code> if any facet value property currently has a non-null value; otherwise returns <code>false</code> .
  6498. </summary>
  6499. </member>
  6500. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.IsFixedLength">
  6501. <summary>
  6502. Gets or sets an optional value indicating whether the referenced type should be considered to have a fixed or variable length.
  6503. </summary>
  6504. </member>
  6505. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.IsMaxLength">
  6506. <summary>
  6507. Gets or sets an optional value indicating whether the referenced type should be considered to have its intrinsic maximum length, rather than a specific value.
  6508. </summary>
  6509. </member>
  6510. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.IsUnicode">
  6511. <summary>
  6512. Gets or sets an optional value indicating whether the referenced type should be considered to be Unicode or non-Unicode.
  6513. </summary>
  6514. </member>
  6515. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.MaxLength">
  6516. <summary>
  6517. Gets or sets an optional value indicating the current constraint on the type's maximum length.
  6518. </summary>
  6519. </member>
  6520. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.Precision">
  6521. <summary>
  6522. Gets or sets an optional value indicating the current constraint on the type's precision.
  6523. </summary>
  6524. </member>
  6525. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.Scale">
  6526. <summary>
  6527. Gets or sets an optional value indicating the current constraint on the type's scale.
  6528. </summary>
  6529. </member>
  6530. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.IsVariableSrid">
  6531. <summary>
  6532. Gets or sets an optional value indicating the current spatial type's SRID.
  6533. </summary>
  6534. </member>
  6535. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.Srid">
  6536. <summary>
  6537. Gets or sets an optional value indicating the current spatial type's SRID.
  6538. </summary>
  6539. </member>
  6540. <member name="P:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets.IsStrict">
  6541. <summary>
  6542. Gets or sets an optional value indicating whether the spatial type is to be type checked strictly.
  6543. </summary>
  6544. </member>
  6545. <member name="T:System.Data.Entity.Edm.Db.DbSchemaMetadata">
  6546. <summary>
  6547. Allows the construction and modification of a database schema in a <see cref="T:System.Data.Entity.Edm.Db.DbDatabaseMetadata"/> database model.
  6548. </summary>
  6549. </member>
  6550. <member name="P:System.Data.Entity.Edm.Db.DbSchemaMetadata.Tables">
  6551. <summary>
  6552. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> instances that specifies the tables declared within the schema.
  6553. </summary>
  6554. </member>
  6555. <member name="T:System.Data.Entity.Edm.Db.DbSchemaMetadataItem">
  6556. <summary>
  6557. DbSchemaMetadataItem is the base for all types that can be contained in a <see cref="T:System.Data.Entity.Edm.Db.DbSchemaMetadata"/> schema.
  6558. </summary>
  6559. </member>
  6560. <member name="T:System.Data.Entity.Edm.Db.DbTableColumnMetadata">
  6561. <summary>
  6562. Allows the construction and modification of a column in a <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> table.
  6563. </summary>
  6564. </member>
  6565. <member name="P:System.Data.Entity.Edm.Db.DbTableColumnMetadata.IsPrimaryKeyColumn">
  6566. <summary>
  6567. Gets or sets a value indicating whether the column is part of the table's primary key.
  6568. </summary>
  6569. </member>
  6570. <member name="P:System.Data.Entity.Edm.Db.DbTableColumnMetadata.StoreGeneratedPattern">
  6571. <summary>
  6572. Gets or sets a <see cref="T:System.Data.Entity.Edm.Db.DbStoreGeneratedPattern"/> value indicating if and how the value of the column is automatically generated.
  6573. </summary>
  6574. </member>
  6575. <member name="P:System.Data.Entity.Edm.Db.DbTableColumnMetadata.Collation">
  6576. <summary>
  6577. Gets or sets an optional value indicating the collation specific to this table column.
  6578. </summary>
  6579. </member>
  6580. <member name="P:System.Data.Entity.Edm.Db.DbTableColumnMetadata.DefaultValue">
  6581. <summary>
  6582. Gets or sets an optional value that specifies the default value for the column.
  6583. </summary>
  6584. </member>
  6585. <member name="T:System.Data.Entity.Edm.Db.DbTableMetadata">
  6586. <summary>
  6587. Allows the construction and modification a table in a <see cref="T:System.Data.Entity.Edm.Db.DbSchemaMetadata"/> database schema.
  6588. </summary>
  6589. </member>
  6590. <member name="P:System.Data.Entity.Edm.Db.DbTableMetadata.Columns">
  6591. <summary>
  6592. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.DbTableColumnMetadata"/> instances that specifies the columns present within the table.
  6593. </summary>
  6594. </member>
  6595. <member name="P:System.Data.Entity.Edm.Db.DbTableMetadata.KeyColumns">
  6596. <summary>
  6597. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.DbTableColumnMetadata"/> instances from the <see cref="P:System.Data.Entity.Edm.Db.DbTableMetadata.Columns"/> collection of the table that are part of the primary key.
  6598. </summary>
  6599. </member>
  6600. <member name="P:System.Data.Entity.Edm.Db.DbTableMetadata.ForeignKeyConstraints">
  6601. <summary>
  6602. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.DbForeignKeyConstraintMetadata"/> instances that defines the foreign key constraints sourced from the table.
  6603. </summary>
  6604. </member>
  6605. <member name="T:System.Data.Entity.Edm.Db.DbTypeMetadata">
  6606. <summary>
  6607. Represents a specific use of a type in a Database Metadata item.
  6608. </summary>
  6609. </member>
  6610. <member name="P:System.Data.Entity.Edm.Db.DbTypeMetadata.Facets">
  6611. <summary>
  6612. Gets or sets an optional <see cref="T:System.Data.Entity.Edm.Db.DbPrimitiveTypeFacets"/> instance that applies additional constraints to a referenced primitive type.
  6613. </summary>
  6614. <remarks>
  6615. Accessing this property forces the creation of a DbPrimitiveTypeFacets value if no value has previously been set. Use <see cref="P:System.Data.Entity.Edm.Db.DbTypeMetadata.HasFacets"/> to determine whether or not this property currently has a value.
  6616. </remarks>
  6617. </member>
  6618. <member name="P:System.Data.Entity.Edm.Db.DbTypeMetadata.IsCollection">
  6619. <summary>
  6620. Gets or sets a value indicating whether the represented type is a collection type.
  6621. </summary>
  6622. </member>
  6623. <member name="P:System.Data.Entity.Edm.Db.DbTypeMetadata.IsNullable">
  6624. <summary>
  6625. Gets or sets an optional value indicating whether the referenced type should be considered nullable.
  6626. </summary>
  6627. </member>
  6628. <member name="P:System.Data.Entity.Edm.Db.DbTypeMetadata.IsRow">
  6629. <summary>
  6630. Gets a value indicating whether the type has been configured as a row type by the addition of one or more RowColumns.
  6631. </summary>
  6632. </member>
  6633. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbAssociationEndMapping">
  6634. <summary>
  6635. Represents the mapping of an EDM association end ( <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> ) as a collection of property mappings ( <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping"/> ).
  6636. </summary>
  6637. </member>
  6638. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbMappingMetadataItem">
  6639. <summary>
  6640. DbMappingMetadataItem is the base for all types in the EDM-to-Database Mapping construction and modification API that support annotation using <see cref="T:System.Data.Entity.Edm.Common.DataModelAnnotation"/> .
  6641. </summary>
  6642. </member>
  6643. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbMappingModelItem">
  6644. <summary>
  6645. DbMappingModelItem is the base for all types in the EDM-to-Database Mapping construction and modification API.
  6646. </summary>
  6647. </member>
  6648. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbMappingMetadataItem.Annotations">
  6649. <summary>
  6650. Gets or sets the currently assigned annotations.
  6651. </summary>
  6652. </member>
  6653. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationEndMapping.AssociationEnd">
  6654. <summary>
  6655. Gets an <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> value representing the association end that is being mapped.
  6656. </summary>
  6657. </member>
  6658. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationEndMapping.PropertyMappings">
  6659. <summary>
  6660. Gets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping"/> s that specifies how the association end key properties are mapped to the table.
  6661. </summary>
  6662. </member>
  6663. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationSetMapping.AssociationSet">
  6664. <summary>
  6665. Gets an <see cref="T:System.Data.Entity.Edm.EdmAssociationSet"/> value representing the association set that is being mapped.
  6666. </summary>
  6667. </member>
  6668. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationSetMapping.Table">
  6669. <summary>
  6670. Gets a <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> value representing the table to which the entity type's properties are being mapped.
  6671. </summary>
  6672. </member>
  6673. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationSetMapping.ColumnConditions">
  6674. <summary>
  6675. Gets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition"/> s that specifies the constant or null values that columns in <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbAssociationSetMapping.Table"/> must have for this type mapping to apply.
  6676. </summary>
  6677. </member>
  6678. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition">
  6679. <summary>
  6680. Allows the construction and modification of a condition for a column in a database table.
  6681. </summary>
  6682. </member>
  6683. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition.Column">
  6684. <summary>
  6685. Gets or sets a <see cref="T:System.Data.Entity.Edm.Db.DbTableColumnMetadata"/> value representing the table column which must contain <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition.Value"/> for this condition to hold.
  6686. </summary>
  6687. </member>
  6688. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition.Value">
  6689. <summary>
  6690. Gets or sets the value that <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition.Column"/> must contain for this condition to hold.
  6691. </summary>
  6692. </member>
  6693. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbDatabaseMapping.Model">
  6694. <summary>
  6695. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmModel"/> value representing the model that is being mapped.
  6696. </summary>
  6697. </member>
  6698. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbDatabaseMapping.Database">
  6699. <summary>
  6700. Gets or sets a <see cref="T:System.Data.Entity.Edm.Db.DbDatabaseMetadata"/> value representing the database that is the target of the mapping.
  6701. </summary>
  6702. </member>
  6703. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbDatabaseMapping.EntityContainerMappings">
  6704. <summary>
  6705. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEntityContainerMapping"/> s that specifies how the model's entity containers are mapped to the database.
  6706. </summary>
  6707. </member>
  6708. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping">
  6709. <summary>
  6710. Represents the mapping of an entity property to a column in a database table.
  6711. </summary>
  6712. </member>
  6713. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping.PropertyPath">
  6714. <summary>
  6715. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmProperty"/> instances that defines the mapped property, beginning from a property declared by the mapped entity type and optionally proceeding through properties of complex property result types.
  6716. </summary>
  6717. </member>
  6718. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping.Column">
  6719. <summary>
  6720. Gets or sets a <see cref="T:System.Data.Entity.Edm.Db.DbTableColumnMetadata"/> value representing the table column to which the entity property is being mapped.
  6721. </summary>
  6722. </member>
  6723. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbEntityContainerMapping">
  6724. <summary>
  6725. Allows the construction and modification of the mapping of an EDM entity container ( <see cref="T:System.Data.Entity.Edm.EdmEntityContainer"/> ) to a database ( <see cref="T:System.Data.Entity.Edm.Db.DbDatabaseMetadata"/> ).
  6726. </summary>
  6727. </member>
  6728. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityContainerMapping.EntityContainer">
  6729. <summary>
  6730. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmEntityContainer"/> value representing the entity container that is being mapped.
  6731. </summary>
  6732. </member>
  6733. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityContainerMapping.EntitySetMappings">
  6734. <summary>
  6735. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEntitySetMapping"/> s that specifies how the container's entity sets are mapped to the database.
  6736. </summary>
  6737. </member>
  6738. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityContainerMapping.AssociationSetMappings">
  6739. <summary>
  6740. Gets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbAssociationSetMapping"/> s that specifies how the container's association sets are mapped to the database.
  6741. </summary>
  6742. </member>
  6743. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbEntitySetMapping">
  6744. <summary>
  6745. Allows the construction and modification of the mapping of an EDM entity set ( <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> ) to a database ( <see cref="T:System.Data.Entity.Edm.Db.DbDatabaseMetadata"/> ).
  6746. </summary>
  6747. </member>
  6748. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntitySetMapping.EntitySet">
  6749. <summary>
  6750. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> value representing the entity set that is being mapped.
  6751. </summary>
  6752. </member>
  6753. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntitySetMapping.EntityTypeMappings">
  6754. <summary>
  6755. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping"/> s that specifies how the set's entity types are mapped to the database.
  6756. </summary>
  6757. </member>
  6758. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping">
  6759. <summary>
  6760. Allows the construction and modification of a complete or partial mapping of an EDM entity type ( <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> ) or type hierarchy to a specific database table ( <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> ).
  6761. </summary>
  6762. </member>
  6763. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping.EntityType">
  6764. <summary>
  6765. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> value representing the entity type or hierarchy that is being mapped.
  6766. </summary>
  6767. </member>
  6768. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping.IsHierarchyMapping">
  6769. <summary>
  6770. Gets or sets a value indicating whether this type mapping applies to <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping.EntityType"/> and all its direct or indirect subtypes ( <code>true</code> ), or only to <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMapping.EntityType"/> ( <code>false</code> ).
  6771. </summary>
  6772. </member>
  6773. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMappingFragment.Table">
  6774. <summary>
  6775. Gets a <see cref="T:System.Data.Entity.Edm.Db.DbTableMetadata"/> value representing the table to which the entity type's properties are being mapped.
  6776. </summary>
  6777. </member>
  6778. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMappingFragment.PropertyMappings">
  6779. <summary>
  6780. Gets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbEdmPropertyMapping"/> s that specifies how the type's properties are mapped to the table.
  6781. </summary>
  6782. </member>
  6783. <member name="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMappingFragment.ColumnConditions">
  6784. <summary>
  6785. Gets the collection of <see cref="T:System.Data.Entity.Edm.Db.Mapping.DbColumnCondition"/> s that specifies the constant or null values that columns in <see cref="P:System.Data.Entity.Edm.Db.Mapping.DbEntityTypeMappingFragment.Table"/> must have for this type mapping fragment to apply.
  6786. </summary>
  6787. </member>
  6788. <member name="T:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind">
  6789. <summary>
  6790. Indicates which EDM-to-Database Mapping concept is represented by a given item.
  6791. </summary>
  6792. </member>
  6793. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.DatabaseMapping">
  6794. <summary>
  6795. Database Mapping Kind
  6796. </summary>
  6797. </member>
  6798. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.EntityContainerMapping">
  6799. <summary>
  6800. Entity Container Mapping Kind
  6801. </summary>
  6802. </member>
  6803. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.EntitySetMapping">
  6804. <summary>
  6805. Entity Set Mapping Kind
  6806. </summary>
  6807. </member>
  6808. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.AssociationSetMapping">
  6809. <summary>
  6810. Association Set Mapping Kind
  6811. </summary>
  6812. </member>
  6813. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.EntityTypeMapping">
  6814. <summary>
  6815. Entity Type Mapping Kind
  6816. </summary>
  6817. </member>
  6818. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.QueryViewMapping">
  6819. <summary>
  6820. Query View Mapping Kind
  6821. </summary>
  6822. </member>
  6823. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.EntityTypeMappingFragment">
  6824. <summary>
  6825. Entity Type Mapping Fragment Kind
  6826. </summary>
  6827. </member>
  6828. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.EdmPropertyMapping">
  6829. <summary>
  6830. Edm Property Mapping Kind
  6831. </summary>
  6832. </member>
  6833. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.AssociationEndMapping">
  6834. <summary>
  6835. Association End Mapping Kind
  6836. </summary>
  6837. </member>
  6838. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.ColumnCondition">
  6839. <summary>
  6840. Column Condition Kind
  6841. </summary>
  6842. </member>
  6843. <member name="F:System.Data.Entity.Edm.Db.Mapping.DbMappingItemKind.PropertyCondition">
  6844. <summary>
  6845. Property Condition Kind
  6846. </summary>
  6847. </member>
  6848. <member name="T:System.Data.Entity.Edm.EdmAssociationConstraint">
  6849. <summary>
  6850. Allows the construction and modification of a constraint applied to an Entity Data Model (EDM) association.
  6851. </summary>
  6852. </member>
  6853. <member name="P:System.Data.Entity.Edm.EdmAssociationConstraint.DependentEnd">
  6854. <summary>
  6855. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> that represents the 'dependent' end of the constraint; properties from this association end's entity type contribute to the <see cref="P:System.Data.Entity.Edm.EdmAssociationConstraint.DependentProperties"/> collection.
  6856. </summary>
  6857. </member>
  6858. <member name="P:System.Data.Entity.Edm.EdmAssociationConstraint.DependentProperties">
  6859. <summary>
  6860. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmProperty"/> instances from the <see cref="P:System.Data.Entity.Edm.EdmAssociationConstraint.DependentEnd"/> of the constraint. The values of these properties are constrained against the primary key values of the remaining, 'principal' association end's entity type.
  6861. </summary>
  6862. </member>
  6863. <member name="T:System.Data.Entity.Edm.EdmAssociationEnd">
  6864. <summary>
  6865. Allows the construction and modification of one end of an Entity Data Model (EDM) association.
  6866. </summary>
  6867. </member>
  6868. <member name="P:System.Data.Entity.Edm.EdmAssociationEnd.EntityType">
  6869. <summary>
  6870. Gets or sets the entity type referenced by this association end.
  6871. </summary>
  6872. </member>
  6873. <member name="P:System.Data.Entity.Edm.EdmAssociationEnd.EndKind">
  6874. <summary>
  6875. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationEndKind"/> of this association end, which indicates the multiplicity of the end and whether or not it is required.
  6876. </summary>
  6877. </member>
  6878. <member name="P:System.Data.Entity.Edm.EdmAssociationEnd.DeleteAction">
  6879. <summary>
  6880. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmOperationAction"/> to take when a delete operation is attempted.
  6881. </summary>
  6882. </member>
  6883. <member name="T:System.Data.Entity.Edm.EdmAssociationEndKind">
  6884. <summary>
  6885. Indicates the multiplicity of an <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> and whether or not it is required.
  6886. </summary>
  6887. </member>
  6888. <member name="T:System.Data.Entity.Edm.EdmAssociationSet">
  6889. <summary>
  6890. Allows the construction and modification of an association set in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmEntityContainer"/> ).
  6891. </summary>
  6892. </member>
  6893. <member name="T:System.Data.Entity.Edm.EdmEntityContainerItem">
  6894. <summary>
  6895. Represents an item in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmEntityContainer"/> .
  6896. </summary>
  6897. </member>
  6898. <member name="P:System.Data.Entity.Edm.EdmAssociationSet.ElementType">
  6899. <summary>
  6900. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationType"/> that specifies the association type for the set.
  6901. </summary>
  6902. </member>
  6903. <member name="P:System.Data.Entity.Edm.EdmAssociationSet.SourceSet">
  6904. <summary>
  6905. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> that specifies the entity set corresponding to the <see cref="P:System.Data.Entity.Edm.EdmAssociationType.SourceEnd"/> association end for this association set.
  6906. </summary>
  6907. </member>
  6908. <member name="P:System.Data.Entity.Edm.EdmAssociationSet.TargetSet">
  6909. <summary>
  6910. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> that specifies the entity set corresponding to the <see cref="P:System.Data.Entity.Edm.EdmAssociationType.TargetEnd"/> association end for this association set.
  6911. </summary>
  6912. </member>
  6913. <!-- Badly formed XML comment ignored for member "T:System.Data.Entity.Edm.EdmAssociationType" -->
  6914. <member name="T:System.Data.Entity.Edm.EdmStructuralType">
  6915. <summary>
  6916. The base for all all Entity Data Model (EDM) types that represent a structured type from the EDM type system.
  6917. </summary>
  6918. </member>
  6919. <member name="P:System.Data.Entity.Edm.EdmAssociationType.SourceEnd">
  6920. <summary>
  6921. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> that defines the source end of the association.
  6922. </summary>
  6923. </member>
  6924. <member name="P:System.Data.Entity.Edm.EdmAssociationType.TargetEnd">
  6925. <summary>
  6926. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> that defines the target end of the association.
  6927. </summary>
  6928. </member>
  6929. <member name="P:System.Data.Entity.Edm.EdmAssociationType.Constraint">
  6930. <summary>
  6931. Gets or sets the optional constraint that indicates whether the relationship is an independent association (no constraint present) or a foreign key relationship ( <see cref="T:System.Data.Entity.Edm.EdmAssociationConstraint"/> specified).
  6932. </summary>
  6933. </member>
  6934. <member name="T:System.Data.Entity.Edm.EdmCollectionKind">
  6935. <summary>
  6936. Collection semantics for properties.
  6937. </summary>
  6938. </member>
  6939. <member name="F:System.Data.Entity.Edm.EdmCollectionKind.Default">
  6940. <summary>
  6941. The property does not have a collection type or does not specify explicit collection semantics.
  6942. </summary>
  6943. </member>
  6944. <member name="F:System.Data.Entity.Edm.EdmCollectionKind.Bag">
  6945. <summary>
  6946. The property is an unordered collection that may contain duplicates.
  6947. </summary>
  6948. </member>
  6949. <member name="F:System.Data.Entity.Edm.EdmCollectionKind.List">
  6950. <summary>
  6951. The property is an ordered collection that may contain duplicates.
  6952. </summary>
  6953. </member>
  6954. <member name="T:System.Data.Entity.Edm.EdmComplexType">
  6955. <summary>
  6956. Allows the construction and modification of a complex type in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmNamespace"/> .
  6957. </summary>
  6958. </member>
  6959. <member name="P:System.Data.Entity.Edm.EdmComplexType.BaseType">
  6960. <summary>
  6961. Gets or sets the optional <see cref="T:System.Data.Entity.Edm.EdmComplexType"/> that indicates the base complex type of the complex type.
  6962. </summary>
  6963. </member>
  6964. <member name="P:System.Data.Entity.Edm.EdmComplexType.IsAbstract">
  6965. <summary>
  6966. Gets or sets a value indicating whether the complex type is abstract.
  6967. </summary>
  6968. </member>
  6969. <member name="P:System.Data.Entity.Edm.EdmComplexType.DeclaredProperties">
  6970. <summary>
  6971. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmProperty"/> instances that describe the (scalar or complex) properties of the complex type.
  6972. </summary>
  6973. </member>
  6974. <member name="T:System.Data.Entity.Edm.EdmConcurrencyMode">
  6975. <summary>
  6976. Concurrency mode for properties.
  6977. </summary>
  6978. </member>
  6979. <member name="F:System.Data.Entity.Edm.EdmConcurrencyMode.None">
  6980. <summary>
  6981. Default concurrency mode: the property is never validated at write time
  6982. </summary>
  6983. </member>
  6984. <member name="F:System.Data.Entity.Edm.EdmConcurrencyMode.Fixed">
  6985. <summary>
  6986. Fixed concurrency mode: the property is always validated at write time
  6987. </summary>
  6988. </member>
  6989. <member name="T:System.Data.Entity.Edm.EdmEntityContainer">
  6990. <summary>
  6991. Allows the construction and modification of an entity container in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmModel"/> .
  6992. </summary>
  6993. </member>
  6994. <member name="P:System.Data.Entity.Edm.EdmEntityContainer.ContainerItems">
  6995. <summary>
  6996. Gets all <see cref="T:System.Data.Entity.Edm.EdmEntityContainerItem"/> s declared within the namspace. Includes <see cref="T:System.Data.Entity.Edm.EdmAssociationSet"/> s and <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> s.
  6997. </summary>
  6998. </member>
  6999. <member name="P:System.Data.Entity.Edm.EdmEntityContainer.AssociationSets">
  7000. <summary>
  7001. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmAssociationSet"/> s that specifies the association sets within the container.
  7002. </summary>
  7003. </member>
  7004. <member name="P:System.Data.Entity.Edm.EdmEntityContainer.EntitySets">
  7005. <summary>
  7006. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmEntitySet"/> s that specifies the entity sets within the container.
  7007. </summary>
  7008. </member>
  7009. <member name="T:System.Data.Entity.Edm.EdmEntitySet">
  7010. <summary>
  7011. Allows the construction and modification of an entity set in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmEntityContainer"/> .
  7012. </summary>
  7013. </member>
  7014. <member name="P:System.Data.Entity.Edm.EdmEntitySet.ElementType">
  7015. <summary>
  7016. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> that specifies the entity type for the set.
  7017. </summary>
  7018. </member>
  7019. <member name="T:System.Data.Entity.Edm.EdmEntityType">
  7020. <summary>
  7021. Allows the construction and modification of an entity type in an Entity Data Model (EDM) <see cref="T:System.Data.Entity.Edm.EdmNamespace"/> .
  7022. </summary>
  7023. </member>
  7024. <member name="P:System.Data.Entity.Edm.EdmEntityType.BaseType">
  7025. <summary>
  7026. Gets or sets the optional <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> that indicates the base entity type of the entity type.
  7027. </summary>
  7028. </member>
  7029. <member name="P:System.Data.Entity.Edm.EdmEntityType.IsAbstract">
  7030. <summary>
  7031. Gets or sets a value indicating whether the entity type is abstract.
  7032. </summary>
  7033. </member>
  7034. <member name="P:System.Data.Entity.Edm.EdmEntityType.DeclaredProperties">
  7035. <summary>
  7036. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmProperty"/> s that specifies the properties declared by the entity type.
  7037. </summary>
  7038. </member>
  7039. <member name="P:System.Data.Entity.Edm.EdmEntityType.DeclaredKeyProperties">
  7040. <summary>
  7041. Gets or sets the collection of <see cref="T:System.Data.Entity.Edm.EdmProperty"/> s that indicates which properties from the <see cref="P:System.Data.Entity.Edm.EdmEntityType.DeclaredProperties"/> collection are part of the entity key.
  7042. </summary>
  7043. </member>
  7044. <member name="P:System.Data.Entity.Edm.EdmEntityType.DeclaredNavigationProperties">
  7045. <summary>
  7046. Gets or sets the optional collection of <see cref="T:System.Data.Entity.Edm.EdmNavigationProperty"/> s that specifies the navigation properties declared by the entity type.
  7047. </summary>
  7048. </member>
  7049. <member name="T:System.Data.Entity.Edm.EdmItemKind">
  7050. <summary>
  7051. Indicates which Entity Data Model (EDM) concept is represented by a given item.
  7052. </summary>
  7053. </member>
  7054. <member name="F:System.Data.Entity.Edm.EdmItemKind.AssociationEnd">
  7055. <summary>
  7056. Association End Kind
  7057. </summary>
  7058. </member>
  7059. <member name="F:System.Data.Entity.Edm.EdmItemKind.AssociationSet">
  7060. <summary>
  7061. Association Set Kind
  7062. </summary>
  7063. </member>
  7064. <member name="F:System.Data.Entity.Edm.EdmItemKind.AssociationType">
  7065. <summary>
  7066. Association Type Kind
  7067. </summary>
  7068. </member>
  7069. <member name="F:System.Data.Entity.Edm.EdmItemKind.CollectionType">
  7070. <summary>
  7071. Collection Type Kind
  7072. </summary>
  7073. </member>
  7074. <member name="F:System.Data.Entity.Edm.EdmItemKind.ComplexType">
  7075. <summary>
  7076. Complex Type Kind
  7077. </summary>
  7078. </member>
  7079. <member name="F:System.Data.Entity.Edm.EdmItemKind.EntityContainer">
  7080. <summary>
  7081. Entity Container Kind
  7082. </summary>
  7083. </member>
  7084. <member name="F:System.Data.Entity.Edm.EdmItemKind.EntitySet">
  7085. <summary>
  7086. Entity Set Kind
  7087. </summary>
  7088. </member>
  7089. <member name="F:System.Data.Entity.Edm.EdmItemKind.EntityType">
  7090. <summary>
  7091. Entity Type Kind
  7092. </summary>
  7093. </member>
  7094. <member name="F:System.Data.Entity.Edm.EdmItemKind.FunctionGroup">
  7095. <summary>
  7096. Function Group Kind
  7097. </summary>
  7098. </member>
  7099. <member name="F:System.Data.Entity.Edm.EdmItemKind.FunctionOverload">
  7100. <summary>
  7101. Function Overload Kind
  7102. </summary>
  7103. </member>
  7104. <member name="F:System.Data.Entity.Edm.EdmItemKind.FunctionImport">
  7105. <summary>
  7106. Function Import Kind
  7107. </summary>
  7108. </member>
  7109. <member name="F:System.Data.Entity.Edm.EdmItemKind.FunctionParameter">
  7110. <summary>
  7111. Function Parameter Kind
  7112. </summary>
  7113. </member>
  7114. <member name="F:System.Data.Entity.Edm.EdmItemKind.NavigationProperty">
  7115. <summary>
  7116. Navigation Property Kind
  7117. </summary>
  7118. </member>
  7119. <member name="F:System.Data.Entity.Edm.EdmItemKind.Property">
  7120. <summary>
  7121. EdmProperty Type Kind
  7122. </summary>
  7123. </member>
  7124. <member name="F:System.Data.Entity.Edm.EdmItemKind.AssociationConstraint">
  7125. <summary>
  7126. Association Constraint Type Kind
  7127. </summary>
  7128. </member>
  7129. <member name="F:System.Data.Entity.Edm.EdmItemKind.RefType">
  7130. <summary>
  7131. Ref Type Kind
  7132. </summary>
  7133. </member>
  7134. <member name="F:System.Data.Entity.Edm.EdmItemKind.RowColumn">
  7135. <summary>
  7136. Row Column Kind
  7137. </summary>
  7138. </member>
  7139. <member name="F:System.Data.Entity.Edm.EdmItemKind.RowType">
  7140. <summary>
  7141. Row Type Kind
  7142. </summary>
  7143. </member>
  7144. <member name="F:System.Data.Entity.Edm.EdmItemKind.TypeReference">
  7145. <summary>
  7146. Type Reference Kind
  7147. </summary>
  7148. </member>
  7149. <member name="F:System.Data.Entity.Edm.EdmItemKind.Model">
  7150. <summary>
  7151. Model Kind
  7152. </summary>
  7153. </member>
  7154. <member name="F:System.Data.Entity.Edm.EdmItemKind.Namespace">
  7155. <summary>
  7156. Namespace Kind
  7157. </summary>
  7158. </member>
  7159. <member name="F:System.Data.Entity.Edm.EdmItemKind.PrimitiveFacets">
  7160. <summary>
  7161. Primitive Facets Kind
  7162. </summary>
  7163. </member>
  7164. <member name="F:System.Data.Entity.Edm.EdmItemKind.PrimitiveType">
  7165. <summary>
  7166. Primitive Type Kind
  7167. </summary>
  7168. </member>
  7169. <member name="F:System.Data.Entity.Edm.EdmItemKind.EnumType">
  7170. <summary>
  7171. Enum Type Kind
  7172. </summary>
  7173. </member>
  7174. <member name="F:System.Data.Entity.Edm.EdmItemKind.EnumTypeMember">
  7175. <summary>
  7176. Enum Type Member Kind
  7177. </summary>
  7178. </member>
  7179. <member name="T:System.Data.Entity.Edm.EdmModel">
  7180. <summary>
  7181. EdmModel is the top-level container for namespaces and entity containers belonging to the same logical Entity Data Model (EDM) model.
  7182. </summary>
  7183. </member>
  7184. <member name="P:System.Data.Entity.Edm.EdmModel.Version">
  7185. <summary>
  7186. Gets or sets an optional value that indicates the entity model version.
  7187. </summary>
  7188. </member>
  7189. <member name="P:System.Data.Entity.Edm.EdmModel.Containers">
  7190. <summary>
  7191. Gets or sets the containers declared within the model.
  7192. </summary>
  7193. </member>
  7194. <member name="P:System.Data.Entity.Edm.EdmModel.Namespaces">
  7195. <summary>
  7196. Gets or sets the namespaces declared within the model.
  7197. </summary>
  7198. </member>
  7199. <member name="T:System.Data.Entity.Edm.EdmNamespace">
  7200. <summary>
  7201. Allows the construction and modification of a namespace in an <see cref="T:System.Data.Entity.Edm.EdmModel"/> .
  7202. </summary>
  7203. </member>
  7204. <member name="P:System.Data.Entity.Edm.EdmNamespace.NamespaceItems">
  7205. <summary>
  7206. Gets all <see cref="T:System.Data.Entity.Edm.EdmNamespaceItem"/> s declared within the namspace. Includes <see cref="T:System.Data.Entity.Edm.EdmAssociationType"/> s, <see cref="T:System.Data.Entity.Edm.EdmComplexType"/> s, <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> s.
  7207. </summary>
  7208. </member>
  7209. <member name="P:System.Data.Entity.Edm.EdmNamespace.AssociationTypes">
  7210. <summary>
  7211. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationType"/> s declared within the namespace.
  7212. </summary>
  7213. </member>
  7214. <member name="P:System.Data.Entity.Edm.EdmNamespace.ComplexTypes">
  7215. <summary>
  7216. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmComplexType"/> s declared within the namespace.
  7217. </summary>
  7218. </member>
  7219. <member name="P:System.Data.Entity.Edm.EdmNamespace.EntityTypes">
  7220. <summary>
  7221. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmEntityType"/> s declared within the namespace.
  7222. </summary>
  7223. </member>
  7224. <member name="T:System.Data.Entity.Edm.EdmNavigationProperty">
  7225. <summary>
  7226. Allows the construction and modification of an Entity Data Model (EDM) navigation property.
  7227. </summary>
  7228. </member>
  7229. <member name="P:System.Data.Entity.Edm.EdmNavigationProperty.Association">
  7230. <summary>
  7231. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationType"/> that specifies the association over which navigation takes place.
  7232. </summary>
  7233. </member>
  7234. <member name="P:System.Data.Entity.Edm.EdmNavigationProperty.ResultEnd">
  7235. <summary>
  7236. Gets or sets the <see cref="T:System.Data.Entity.Edm.EdmAssociationEnd"/> that specifies which association end is the 'destination' end of the navigation and produces the navigation property result.
  7237. </summary>
  7238. </member>
  7239. <member name="T:System.Data.Entity.Edm.EdmOperationAction">
  7240. <summary>
  7241. Specifies the action to take on a given operation. <seealso cref="P:System.Data.Entity.Edm.EdmAssociationEnd.DeleteAction"/>
  7242. </summary>
  7243. </member>
  7244. <member name="F:System.Data.Entity.Edm.EdmOperationAction.None">
  7245. <summary>
  7246. Default behavior
  7247. </summary>
  7248. </member>
  7249. <member name="F:System.Data.Entity.Edm.EdmOperationAction.Restrict">
  7250. <summary>
  7251. Restrict the operation
  7252. </summary>
  7253. </member>
  7254. <member name="F:System.Data.Entity.Edm.EdmOperationAction.Cascade">
  7255. <summary>
  7256. Cascade the operation
  7257. </summary>
  7258. </member>
  7259. <member name="T:System.Data.Entity.Edm.EdmPrimitiveType">
  7260. <summary>
  7261. Represents one of the fixed set of Entity Data Model (EDM) primitive types.
  7262. </summary>
  7263. </member>
  7264. <member name="T:System.Data.Entity.Edm.EdmScalarType">
  7265. <summary>
  7266. The base for all all Entity Data Model (EDM) types that represent a scalar type from the EDM type system.
  7267. </summary>
  7268. </member>
  7269. <member name="M:System.Data.Entity.Edm.EdmPrimitiveType.TryGetByName(System.String,System.Data.Entity.Edm.EdmPrimitiveType@)">
  7270. <summary>
  7271. Retrieves the EdmPrimitiveType instance with the <see cref="T:System.Data.Entity.Edm.EdmPrimitiveTypeKind"/> corresponding to the specified <paramref name="primitiveTypeName"/> value, if any.
  7272. </summary>
  7273. <param name="primitiveTypeName"> The name of the primitive type instance to retrieve </param>
  7274. <param name="primitiveType"> The EdmPrimitiveType with the specified name, if successful; otherwise <c>null</c> . </param>
  7275. <returns> <c>true</c> if the given name corresponds to an EDM primitive type name; otherwise <c>false</c> . </returns>
  7276. </member>
  7277. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Binary">
  7278. <summary>
  7279. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Binary"/> primitive type.
  7280. </summary>
  7281. </member>
  7282. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Boolean">
  7283. <summary>
  7284. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Boolean"/> primitive type.
  7285. </summary>
  7286. </member>
  7287. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Byte">
  7288. <summary>
  7289. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Byte"/> primitive type.
  7290. </summary>
  7291. </member>
  7292. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.DateTime">
  7293. <summary>
  7294. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.DateTime"/> primitive type.
  7295. </summary>
  7296. </member>
  7297. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.DateTimeOffset">
  7298. <summary>
  7299. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.DateTimeOffset"/> primitive type.
  7300. </summary>
  7301. </member>
  7302. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Decimal">
  7303. <summary>
  7304. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Decimal"/> primitive type.
  7305. </summary>
  7306. </member>
  7307. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Double">
  7308. <summary>
  7309. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Double"/> primitive type.
  7310. </summary>
  7311. </member>
  7312. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Guid">
  7313. <summary>
  7314. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Guid"/> primitive type.
  7315. </summary>
  7316. </member>
  7317. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Int16">
  7318. <summary>
  7319. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int16"/> primitive type.
  7320. </summary>
  7321. </member>
  7322. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Int32">
  7323. <summary>
  7324. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int32"/> primitive type.
  7325. </summary>
  7326. </member>
  7327. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Int64">
  7328. <summary>
  7329. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int64"/> primitive type.
  7330. </summary>
  7331. </member>
  7332. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.SByte">
  7333. <summary>
  7334. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.SByte"/> primitive type.
  7335. </summary>
  7336. </member>
  7337. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Single">
  7338. <summary>
  7339. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Single"/> primitive type.
  7340. </summary>
  7341. </member>
  7342. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.String">
  7343. <summary>
  7344. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.String"/> primitive type.
  7345. </summary>
  7346. </member>
  7347. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.Time">
  7348. <summary>
  7349. Gets the EdmPrimitiveType instance that represents the <see cref="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Time"/> primitive type.
  7350. </summary>
  7351. </member>
  7352. <member name="P:System.Data.Entity.Edm.EdmPrimitiveType.PrimitiveTypeKind">
  7353. <summary>
  7354. Gets an <see cref="T:System.Data.Entity.Edm.EdmPrimitiveTypeKind"/> value that indicates which Entity Data Model (EDM) primitive type this type represents.
  7355. </summary>
  7356. </member>
  7357. <member name="T:System.Data.Entity.Edm.EdmPrimitiveTypeFacets">
  7358. <summary>
  7359. Allows the construction and modification of additional constraints that can be applied to a specific use of a primitive type in an Entity Data Model (EDM) item. See <see cref="T:System.Data.Entity.Edm.EdmTypeReference"/> .
  7360. </summary>
  7361. </member>
  7362. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.HasValue">
  7363. <summary>
  7364. Returns <code>true</code> if any facet value property currently has a non-null value; otherwise returns <code>false</code> .
  7365. </summary>
  7366. </member>
  7367. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.MaxLength">
  7368. <summary>
  7369. Gets or sets an optional value indicating the current constraint on the type's maximum length.
  7370. </summary>
  7371. </member>
  7372. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.IsMaxLength">
  7373. <summary>
  7374. Gets or sets an optional value indicating whether the referenced type should be considered to have its intrinsic maximum length, rather than a specific value.
  7375. </summary>
  7376. </member>
  7377. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.IsFixedLength">
  7378. <summary>
  7379. Gets or sets an optional value indicating whether the referenced type should be considered to have a fixed or variable length.
  7380. </summary>
  7381. </member>
  7382. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.IsUnicode">
  7383. <summary>
  7384. Gets or sets an optional value indicating whether the referenced type should be considered to be Unicode or non-Unicode.
  7385. </summary>
  7386. </member>
  7387. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.Precision">
  7388. <summary>
  7389. Gets or sets an optional value indicating the current constraint on the type's precision.
  7390. </summary>
  7391. </member>
  7392. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.Scale">
  7393. <summary>
  7394. Gets or sets an optional value indicating the current constraint on the type's scale.
  7395. </summary>
  7396. </member>
  7397. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.IsVariableSrid">
  7398. <summary>
  7399. Gets or sets an optional value indicating that the current spatial type's SRID is unconstrained.
  7400. </summary>
  7401. </member>
  7402. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.Srid">
  7403. <summary>
  7404. Gets or sets an optional value indicating the current spatial type's SRID.
  7405. </summary>
  7406. </member>
  7407. <member name="P:System.Data.Entity.Edm.EdmPrimitiveTypeFacets.IsStrict">
  7408. <summary>
  7409. Gets or sets an optional value indicating whether the spatial type is to be type checked strictly.
  7410. </summary>
  7411. </member>
  7412. <member name="T:System.Data.Entity.Edm.EdmPrimitiveTypeKind">
  7413. <summary>
  7414. Primitive Types as defined by the Entity Data Model (EDM).
  7415. </summary>
  7416. </member>
  7417. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Binary">
  7418. <summary>
  7419. Binary Type Kind
  7420. </summary>
  7421. </member>
  7422. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Boolean">
  7423. <summary>
  7424. Boolean Type Kind
  7425. </summary>
  7426. </member>
  7427. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Byte">
  7428. <summary>
  7429. Byte Type Kind
  7430. </summary>
  7431. </member>
  7432. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.DateTime">
  7433. <summary>
  7434. DateTime Type Kind
  7435. </summary>
  7436. </member>
  7437. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Decimal">
  7438. <summary>
  7439. Decimal Type Kind
  7440. </summary>
  7441. </member>
  7442. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Double">
  7443. <summary>
  7444. Double Type Kind
  7445. </summary>
  7446. </member>
  7447. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Guid">
  7448. <summary>
  7449. Guid Type Kind
  7450. </summary>
  7451. </member>
  7452. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Single">
  7453. <summary>
  7454. Single Type Kind
  7455. </summary>
  7456. </member>
  7457. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.SByte">
  7458. <summary>
  7459. SByte Type Kind
  7460. </summary>
  7461. </member>
  7462. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int16">
  7463. <summary>
  7464. Int16 Type Kind
  7465. </summary>
  7466. </member>
  7467. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int32">
  7468. <summary>
  7469. Int32 Type Kind
  7470. </summary>
  7471. </member>
  7472. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Int64">
  7473. <summary>
  7474. Int64 Type Kind
  7475. </summary>
  7476. </member>
  7477. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.String">
  7478. <summary>
  7479. String Type Kind
  7480. </summary>
  7481. </member>
  7482. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Time">
  7483. <summary>
  7484. Time Type Kind
  7485. </summary>
  7486. </member>
  7487. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.DateTimeOffset">
  7488. <summary>
  7489. DateTimeOffset Type Kind
  7490. </summary>
  7491. </member>
  7492. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Geometry">
  7493. <summary>
  7494. Geometry Type Kind
  7495. </summary>
  7496. </member>
  7497. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.Geography">
  7498. <summary>
  7499. Geography Type Kind
  7500. </summary>
  7501. </member>
  7502. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricPoint">
  7503. <summary>
  7504. Geometric point type kind
  7505. </summary>
  7506. </member>
  7507. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricLinestring">
  7508. <summary>
  7509. Geometric linestring type kind
  7510. </summary>
  7511. </member>
  7512. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricPolygon">
  7513. <summary>
  7514. Geometric polygon type kind
  7515. </summary>
  7516. </member>
  7517. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricMultiPoint">
  7518. <summary>
  7519. Geometric multi-point type kind
  7520. </summary>
  7521. </member>
  7522. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricMultiLinestring">
  7523. <summary>
  7524. Geometric multi-linestring type kind
  7525. </summary>
  7526. </member>
  7527. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometricMultiPolygon">
  7528. <summary>
  7529. Geometric multi-polygon type kind
  7530. </summary>
  7531. </member>
  7532. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeometryCollection">
  7533. <summary>
  7534. Geometric collection type kind
  7535. </summary>
  7536. </member>
  7537. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicPoint">
  7538. <summary>
  7539. Geographic point type kind
  7540. </summary>
  7541. </member>
  7542. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicLinestring">
  7543. <summary>
  7544. Geographic linestring type kind
  7545. </summary>
  7546. </member>
  7547. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicPolygon">
  7548. <summary>
  7549. Geographic polygon type kind
  7550. </summary>
  7551. </member>
  7552. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicMultiPoint">
  7553. <summary>
  7554. Geographic multi-point type kind
  7555. </summary>
  7556. </member>
  7557. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicMultiLinestring">
  7558. <summary>
  7559. Geographic multi-linestring type kind
  7560. </summary>
  7561. </member>
  7562. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographicMultiPolygon">
  7563. <summary>
  7564. Geographic multi-polygon type kind
  7565. </summary>
  7566. </member>
  7567. <member name="F:System.Data.Entity.Edm.EdmPrimitiveTypeKind.GeographyCollection">
  7568. <summary>
  7569. Geographic collection type kind
  7570. </summary>
  7571. </member>
  7572. <member name="T:System.Data.Entity.Edm.EdmProperty">
  7573. <summary>
  7574. Allows the construction and modification of a primitive- or complex-valued property of an Entity Data Model (EDM) entity or complex type.
  7575. </summary>
  7576. </member>
  7577. <member name="P:System.Data.Entity.Edm.EdmProperty.CollectionKind">
  7578. <summary>
  7579. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmCollectionKind"/> value that indicates which collection semantics - if any - apply to the property.
  7580. </summary>
  7581. </member>
  7582. <member name="P:System.Data.Entity.Edm.EdmProperty.ConcurrencyMode">
  7583. <summary>
  7584. Gets or sets a <see cref="T:System.Data.Entity.Edm.EdmConcurrencyMode"/> value that indicates whether the property is used for concurrency validation.
  7585. </summary>
  7586. </member>
  7587. <member name="P:System.Data.Entity.Edm.EdmProperty.DefaultValue">
  7588. <summary>
  7589. Gets or sets on optional value that indicates an initial default value for the property.
  7590. </summary>
  7591. </member>
  7592. <member name="P:System.Data.Entity.Edm.EdmProperty.PropertyType">
  7593. <summary>
  7594. Gets or sets an <see cref="T:System.Data.Entity.Edm.EdmTypeReference"/> that specifies the result type of the property.
  7595. </summary>
  7596. </member>
  7597. <member name="T:System.Data.Entity.Edm.EdmStructuralTypeMemberCollection">
  7598. <summary>
  7599. Enumerates all <see cref="T:System.Data.Entity.Edm.EdmStructuralMember"/> s declared or inherited by an <see cref="T:System.Data.Entity.Edm.EdmStructuralType"/> .
  7600. </summary>
  7601. </member>
  7602. <member name="T:System.Data.Entity.Edm.EdmTypeReference">
  7603. <summary>
  7604. Allows the construction and modification of a specific use of a type in an Entity Data Model (EDM) item. See <see cref="P:System.Data.Entity.Edm.EdmProperty.PropertyType"/> for examples.
  7605. </summary>
  7606. </member>
  7607. <member name="P:System.Data.Entity.Edm.EdmTypeReference.CollectionRank">
  7608. <summary>
  7609. Gets or sets a value indicating the collection rank of the type reference. A collection rank greater than zero indicates that the type reference represents a collection of its referenced <see cref="P:System.Data.Entity.Edm.EdmTypeReference.EdmType"/> .
  7610. </summary>
  7611. </member>
  7612. <member name="P:System.Data.Entity.Edm.EdmTypeReference.EdmType">
  7613. <summary>
  7614. Gets or sets a value indicating the <see cref="T:System.Data.Entity.Edm.EdmDataModelType"/> referenced by this type reference.
  7615. </summary>
  7616. </member>
  7617. <member name="P:System.Data.Entity.Edm.EdmTypeReference.IsNullable">
  7618. <summary>
  7619. Gets or sets an optional value indicating whether the referenced type should be considered nullable.
  7620. </summary>
  7621. </member>
  7622. <member name="P:System.Data.Entity.Edm.EdmTypeReference.PrimitiveTypeFacets">
  7623. <summary>
  7624. Gets or sets an optional <see cref="T:System.Data.Entity.Edm.EdmPrimitiveTypeFacets"/> instance that applies additional constraints to a referenced primitive type.
  7625. </summary>
  7626. <remarks>
  7627. Accessing this property forces the creation of an EdmPrimitiveTypeFacets value if no value has previously been set. Use <see cref="P:System.Data.Entity.Edm.EdmTypeReference.HasFacets"/> to determine whether or not this property currently has a value.
  7628. </remarks>
  7629. </member>
  7630. <member name="P:System.Data.Entity.Edm.EdmTypeReference.HasFacets">
  7631. <summary>
  7632. Gets a value indicating whether the <see cref="P:System.Data.Entity.Edm.EdmTypeReference.PrimitiveTypeFacets"/> property of this type reference has been assigned an <see cref="T:System.Data.Entity.Edm.EdmPrimitiveTypeFacets"/> value with at least one facet value specified.
  7633. </summary>
  7634. </member>
  7635. <member name="P:System.Data.Entity.Edm.EdmTypeReference.IsCollectionType">
  7636. <summary>
  7637. Indicates whether this type reference represents a collection of its referenced <see cref="P:System.Data.Entity.Edm.EdmTypeReference.EdmType"/> (when <see cref="P:System.Data.Entity.Edm.EdmTypeReference.CollectionRank"/> is greater than zero) or not.
  7638. </summary>
  7639. </member>
  7640. <member name="P:System.Data.Entity.Edm.EdmTypeReference.IsComplexType">
  7641. <summary>
  7642. Indicates whether the <see cref="P:System.Data.Entity.Edm.EdmTypeReference.EdmType"/> property of this type reference currently refers to an <see cref="T:System.Data.Entity.Edm.EdmComplexType"/> , is not a collection type, and does not have primitive facet values specified.
  7643. </summary>
  7644. </member>
  7645. <member name="P:System.Data.Entity.Edm.EdmTypeReference.ComplexType">
  7646. <summary>
  7647. Gets the <see cref="T:System.Data.Entity.Edm.EdmComplexType"/> currently referred to by this type reference, or <code>null</code> if the type reference is a collection type or does not refer to a complex type.
  7648. </summary>
  7649. </member>
  7650. <member name="P:System.Data.Entity.Edm.EdmTypeReference.IsPrimitiveType">
  7651. <summary>
  7652. Indicates whether the <see cref="P:System.Data.Entity.Edm.EdmTypeReference.EdmType"/> property of this type reference currently refers to an <see cref="T:System.Data.Entity.Edm.EdmPrimitiveType"/> and is not a collection type.
  7653. </summary>
  7654. </member>
  7655. <member name="P:System.Data.Entity.Edm.EdmTypeReference.PrimitiveType">
  7656. <summary>
  7657. Gets the <see cref="T:System.Data.Entity.Edm.EdmPrimitiveType"/> currently referred to by this type reference, or <code>null</code> if the type reference is a collection type or does not refer to a primitive type.
  7658. </summary>
  7659. </member>
  7660. <member name="T:System.Data.Entity.Edm.Internal.EdmConstants">
  7661. <summary>
  7662. Contains constant values that apply to the EDM model, regardless of source (for CSDL specific constants see <see cref="T:System.Data.Entity.Edm.Parsing.Xml.Internal.Csdl.CsdlConstants"/> ).
  7663. </summary>
  7664. </member>
  7665. <member name="M:System.Data.Entity.Edm.Internal.EdmUtil.IsValidLanguageIndependentIdentifier(System.String)">
  7666. <summary>
  7667. Parsing code taken from System.dll's System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(string) method to avoid LinkDemand needed to call this method
  7668. </summary>
  7669. </member>
  7670. <member name="M:System.Data.Entity.Edm.Internal.EdmUtil.IsValidUndottedName(System.String)">
  7671. <summary>
  7672. </summary>
  7673. <param name = "name"> </param>
  7674. <returns> </returns>
  7675. </member>
  7676. <member name="T:System.Data.Entity.Edm.Parsing.Xml.Internal.Csdl.CsdlConstants">
  7677. <summary>
  7678. Constants for CSDL XML.
  7679. </summary>
  7680. </member>
  7681. <member name="T:System.Data.Entity.Edm.Parsing.Xml.Internal.Msl.MslConstants">
  7682. <summary>
  7683. Constants for C-S MSL XML.
  7684. </summary>
  7685. </member>
  7686. <member name="T:System.Data.Entity.Edm.Parsing.Xml.Internal.Ssdl.SsdlConstants">
  7687. <summary>
  7688. Constants for SSDL XML.
  7689. </summary>
  7690. </member>
  7691. <member name="T:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode">
  7692. <summary>
  7693. The acceptable range for this enum is 0000 - 0999; the range 10,000-15,000 is reserved for tools.
  7694. </summary>
  7695. </member>
  7696. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidErrorCodeValue">
  7697. <summary>
  7698. </summary>
  7699. </member>
  7700. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.SecurityError">
  7701. <summary>
  7702. </summary>
  7703. </member>
  7704. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.IOException">
  7705. <summary>
  7706. </summary>
  7707. </member>
  7708. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.XmlError">
  7709. <summary>
  7710. </summary>
  7711. </member>
  7712. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.TooManyErrors">
  7713. <summary>
  7714. </summary>
  7715. </member>
  7716. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MalformedXml">
  7717. <summary>
  7718. </summary>
  7719. </member>
  7720. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UnexpectedXmlNodeType">
  7721. <summary>
  7722. </summary>
  7723. </member>
  7724. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UnexpectedXmlAttribute">
  7725. <summary>
  7726. </summary>
  7727. </member>
  7728. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UnexpectedXmlElement">
  7729. <summary>
  7730. </summary>
  7731. </member>
  7732. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.TextNotAllowed">
  7733. <summary>
  7734. </summary>
  7735. </member>
  7736. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.EmptyFile">
  7737. <summary>
  7738. </summary>
  7739. </member>
  7740. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.XsdError">
  7741. <summary>
  7742. </summary>
  7743. </member>
  7744. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidAlias">
  7745. <summary>
  7746. </summary>
  7747. </member>
  7748. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MissingAttribute">
  7749. <summary>
  7750. </summary>
  7751. </member>
  7752. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.IntegerExpected">
  7753. <summary>
  7754. </summary>
  7755. </member>
  7756. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidName">
  7757. <summary>
  7758. </summary>
  7759. </member>
  7760. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.AlreadyDefined">
  7761. <summary>
  7762. </summary>
  7763. </member>
  7764. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.ElementNotInSchema">
  7765. <summary>
  7766. </summary>
  7767. </member>
  7768. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidBaseType">
  7769. <summary>
  7770. </summary>
  7771. </member>
  7772. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.NoConcreteDescendants">
  7773. <summary>
  7774. </summary>
  7775. </member>
  7776. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.CycleInTypeHierarchy">
  7777. <summary>
  7778. </summary>
  7779. </member>
  7780. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidVersionNumber">
  7781. <summary>
  7782. </summary>
  7783. </member>
  7784. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidSize">
  7785. <summary>
  7786. </summary>
  7787. </member>
  7788. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidBoolean">
  7789. <summary>
  7790. </summary>
  7791. </member>
  7792. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadType">
  7793. <summary>
  7794. </summary>
  7795. </member>
  7796. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidVersioningClass">
  7797. <summary>
  7798. </summary>
  7799. </member>
  7800. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidVersionIntroduced">
  7801. <summary>
  7802. </summary>
  7803. </member>
  7804. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadNamespace">
  7805. <summary>
  7806. </summary>
  7807. </member>
  7808. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UnresolvedReferenceSchema">
  7809. <summary>
  7810. </summary>
  7811. </member>
  7812. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.NotInNamespace">
  7813. <summary>
  7814. </summary>
  7815. </member>
  7816. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.NotUnnestedType">
  7817. <summary>
  7818. </summary>
  7819. </member>
  7820. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadProperty">
  7821. <summary>
  7822. </summary>
  7823. </member>
  7824. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UndefinedProperty">
  7825. <summary>
  7826. </summary>
  7827. </member>
  7828. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidPropertyType">
  7829. <summary>
  7830. </summary>
  7831. </member>
  7832. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidAsNestedType">
  7833. <summary>
  7834. </summary>
  7835. </member>
  7836. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidChangeUnit">
  7837. <summary>
  7838. </summary>
  7839. </member>
  7840. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.UnauthorizedAccessException">
  7841. <summary>
  7842. </summary>
  7843. </member>
  7844. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.PrecisionOutOfRange">
  7845. <summary>
  7846. Precision out of range
  7847. </summary>
  7848. </member>
  7849. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.ScaleOutOfRange">
  7850. <summary>
  7851. Scale out of range
  7852. </summary>
  7853. </member>
  7854. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.DefaultNotAllowed">
  7855. <summary>
  7856. </summary>
  7857. </member>
  7858. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidDefault">
  7859. <summary>
  7860. </summary>
  7861. </member>
  7862. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.RequiredFacetMissing">
  7863. <summary>
  7864. One of the required facets is missing
  7865. </summary>
  7866. </member>
  7867. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadImageFormatException">
  7868. <summary>
  7869. </summary>
  7870. </member>
  7871. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MissingSchemaXml">
  7872. <summary>
  7873. </summary>
  7874. </member>
  7875. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadPrecisionAndScale">
  7876. <summary>
  7877. </summary>
  7878. </member>
  7879. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidChangeUnitUsage">
  7880. <summary>
  7881. </summary>
  7882. </member>
  7883. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.NameTooLong">
  7884. <summary>
  7885. </summary>
  7886. </member>
  7887. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.CircularlyDefinedType">
  7888. <summary>
  7889. </summary>
  7890. </member>
  7891. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidAssociation">
  7892. <summary>
  7893. </summary>
  7894. </member>
  7895. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.FacetNotAllowedByType">
  7896. <summary>
  7897. The facet isn't allow by the property type.
  7898. </summary>
  7899. </member>
  7900. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.ConstantFacetSpecifiedInSchema">
  7901. <summary>
  7902. This facet value is constant and is specified in the schema
  7903. </summary>
  7904. </member>
  7905. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadNavigationProperty">
  7906. <summary>
  7907. </summary>
  7908. </member>
  7909. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidKey">
  7910. <summary>
  7911. </summary>
  7912. </member>
  7913. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidMultiplicity">
  7914. <summary>
  7915. Multiplicity value was malformed
  7916. </summary>
  7917. </member>
  7918. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidAction">
  7919. <summary>
  7920. The value for the Action attribute is invalid or not allowed in the current context
  7921. </summary>
  7922. </member>
  7923. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidOperation">
  7924. <summary>
  7925. An error occurred processing the On&lt;Operation&gt; elements
  7926. </summary>
  7927. </member>
  7928. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidContainerTypeForEnd">
  7929. <summary>
  7930. Ends were given for the Property element of a EntityContainer that is not a RelationshipSet
  7931. </summary>
  7932. </member>
  7933. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidEndEntitySet">
  7934. <summary>
  7935. The extent name used in the EntittyContainerType End does not match the name of any of the EntityContainerProperties in the containing EntityContainer
  7936. </summary>
  7937. </member>
  7938. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.AmbiguousEntityContainerEnd">
  7939. <summary>
  7940. An end element was not given, and cannot be inferred because too many EntityContainerEntitySet elements that are good possibilities.
  7941. </summary>
  7942. </member>
  7943. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MissingExtentEntityContainerEnd">
  7944. <summary>
  7945. An end element was not given, and cannot be inferred because there is no EntityContainerEntitySets that are the correct type to be used as an EntitySet.
  7946. </summary>
  7947. </member>
  7948. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.BadParameterDirection">
  7949. <summary>
  7950. Not a valid parameter direction for the parameter in a function
  7951. </summary>
  7952. </member>
  7953. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.FailedInference">
  7954. <summary>
  7955. Unable to infer an optional schema part, to resolve this; be more explicit
  7956. </summary>
  7957. </member>
  7958. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidFacetInProviderManifest">
  7959. <summary>
  7960. Invalid facet attribute(s) specified in provider manifest
  7961. </summary>
  7962. </member>
  7963. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidRoleInRelationshipConstraint">
  7964. <summary>
  7965. Invalid role value in the relationship constraint
  7966. </summary>
  7967. </member>
  7968. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidPropertyInRelationshipConstraint">
  7969. <summary>
  7970. Invalid Property in relationship constraint
  7971. </summary>
  7972. </member>
  7973. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.TypeMismatchRelationshipConstraint">
  7974. <summary>
  7975. Type mismatch between ToProperty and FromProperty in the relationship constraint
  7976. </summary>
  7977. </member>
  7978. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidMultiplicityInRoleInRelationshipConstraint">
  7979. <summary>
  7980. Invalid multiplicity in FromRole in the relationship constraint
  7981. </summary>
  7982. </member>
  7983. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MismatchNumberOfPropertiesInRelationshipConstraint">
  7984. <summary>
  7985. The number of properties in the FromProperty and ToProperty in the relationship constraint must be identical
  7986. </summary>
  7987. </member>
  7988. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MissingPropertyInRelationshipConstraint">
  7989. <summary>
  7990. No Properties defined in either FromProperty or ToProperty in the relationship constraint
  7991. </summary>
  7992. </member>
  7993. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.MissingConstraintOnRelationshipType">
  7994. <summary>
  7995. Missing constraint in relationship type in ssdl
  7996. </summary>
  7997. </member>
  7998. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.SameRoleReferredInReferentialConstraint">
  7999. <summary>
  8000. Same role referred in the ToRole and FromRole of a referential constraint
  8001. </summary>
  8002. </member>
  8003. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidValueForParameterTypeSemantics">
  8004. <summary>
  8005. Invalid value for attribute ParameterTypeSemantics
  8006. </summary>
  8007. </member>
  8008. <member name="F:System.Data.Entity.Edm.Parsing.Xml.Internal.XmlErrorCode.InvalidRelationshipEndType">
  8009. <summary>