Interface
IDefaultMappedSchema

Definition

Namespace:Telerik.OpenAccess.SPI

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public interface IDefaultMappedSchema

Properties

DefaultRelationalModel

Declaration

cs-api-definition
MetadataContainer DefaultRelationalModel { get; }

Property Value

MetadataContainer

Errors

Declaration

cs-api-definition
ReadOnlyCollection<Exception> Errors { get; }

Property Value

ReadOnlyCollection<Exception>

Methods

GetErrors(MetaPersistentType)

Declaration

cs-api-definition
ReadOnlyCollection<Exception> GetErrors(MetaPersistentType persistentType)

Parameters

persistentType

MetaPersistentType

Returns

ReadOnlyCollection<Exception>

HasErrors(MetaPersistentType)

Declaration

cs-api-definition
bool HasErrors(MetaPersistentType persistentType)

Parameters

persistentType

MetaPersistentType

Returns

bool