XpoDefault Fields
Provides global settings.
Name | Description |
---|---|
App |
Returns the name of the application configuration file’s key that specifies the default connection string. You can add this key to the application configuration file, and specify a connection string. In case the connection string isn’t defined in the application, the connection string specified by this key will be used instead of the XPO’s default Microsoft Access connection string. |
Custom |
Specifies a Func<Guid> delegate called to generate a new GUID value. Refer to the Guid |
Default |
Returns the default Identity Map behavior. See Identity |
Default |
Specifies the value which is assigned to the Xpo |
Guid |
Specifies how globally unique identifiers are generated (if the Key |
See Also