Click or drag to resize
SqlServerCeSpecificCreator Properties

The SqlServerCeSpecificCreator type exposes the following members.

Properties
  NameDescription
Protected propertyAliasScopes
Gets the alias scopes.
(Inherited from DbSpecificCreatorBase.)
Public propertyCreatingSubQuery
Gets a value indicating whether the creator initiated a subquery creation. The DQE can then decide to limit the SQL emitting as some databases limit features for subqueries.
(Inherited from DbSpecificCreatorBase.)
Public propertyFactoryToUse
Gets the DbProviderFactory instance to use.
(Inherited from SqlServerSpecificCreator.)
Protected propertyParameterPrefix
Gets the parameter prefix, if required. If no parameter prefix is required, this property will return the empty string (by default it returns the empty string).
(Inherited from SqlServerSpecificCreator.)
Public propertyPerCallCatalogNameOverwrites
Gets / sets perCallCatalogNameOverwrites name pairs
(Inherited from DbSpecificCreatorBase.)
Public propertyPerCallSchemaNameOverwrites
Gets / sets perCallSchemaNameOverwrites name pairs
(Inherited from DbSpecificCreatorBase.)
Protected propertySetTimeoutOnCommandCreate
Gets a value indicating whether the timeout has to be set on command create.
(Inherited from DbSpecificCreatorBase.)
Public propertyUseNoLockHintsForObjectNames
Gets / sets useNoLockHintsForObjectNames
(Inherited from SqlServerSpecificCreator.)
Top
See Also