The BuilderLeadsEntities type exposes the following members.

Properties

  NameDescription
Public propertyBuilderLeads
No Metadata Documentation available.
Public propertyCommandTimeout
Gets or sets the timeout value, in seconds, for all object context operations. A null value indicates that the default value of the underlying provider will be used.
(Inherited from ObjectContext.)
Public propertyConnection
Gets the connection used by the object context.
(Inherited from ObjectContext.)
Public propertyContextOptions
Gets the ObjectContextOptions instance that contains options that affect the behavior of the ObjectContext.
(Inherited from ObjectContext.)
Public propertyDefaultContainerName
Gets or sets the default container name.
(Inherited from ObjectContext.)
Public propertyMetadataWorkspace
Gets the metadata workspace used by the object context.
(Inherited from ObjectContext.)
Public propertyObjectStateManager
Gets the object state manager used by the object context to track object changes.
(Inherited from ObjectContext.)
Protected propertyQueryProvider
Gets the LINQ query provider associated with this object context.
(Inherited from ObjectContext.)

See Also