The properties of the IGenomeDataSource interface are listed below. For a complete list of IGenomeDataSource interface members, see the IGenomeDataSource Members topic.
AutoCommit | Gets a value that indicates whether Update/Delete/Insert operations should automatically commit the current Genome Context. |
AutoLock | Gets a value that indicates whether Update/Delete operations should automatically perform an optimistic lock check. |
DataKeyPropertyName | Gets the name of the generated data key property. |
DataSource | Gets the Set that represents the current data source. |
ReferenceDataKeyPropertyNameFormat | Gets the format string for the generated reference data key properties |
UseObjectAsDataKey | Gets a value that indicates whether the object itself should be retrieved as a data key instead of a PersistentDataKey<T> instance. |
VersionPropertyName | Gets the name of the generated optimistic lock version property. |
IGenomeDataSource Interface | TechTalk.Genome.Extensions.Web.UI Namespace