Interface IDefaultMappedSchema
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IDefaultMappedSchema
Properties
DefaultRelationalModel
Errors
Declaration
ReadOnlyCollection<Exception> Errors { get; }
Property Value
|
System.Collections.ObjectModel.ReadOnlyCollection<System.Exception>
|
Methods
GetErrors(MetaPersistentType)
Declaration
ReadOnlyCollection<Exception> GetErrors(MetaPersistentType persistentType)
Parameters
|
MetaPersistentType
persistentType
|
Returns
|
System.Collections.ObjectModel.ReadOnlyCollection<System.Exception>
|
HasErrors(MetaPersistentType)
Declaration
bool HasErrors(MetaPersistentType persistentType)
Parameters
|
MetaPersistentType
persistentType
|
Returns
|
System.Boolean
|