Class LockedMappingSchema
Inheritance
LockedMappingSchema
Assembly: linq2db.dll
Syntax
public abstract class LockedMappingSchema : MappingSchema, IConfigurationID
Constructors
|
Improve this Doc
View Source
LockedMappingSchema(string, params MappingSchema[])
Declaration
protected LockedMappingSchema(string configuration, params MappingSchema[] schemas)
Parameters
Properties
|
Improve this Doc
View Source
IsLockable
Declaration
public override bool IsLockable { get; }
Property Value
Overrides
|
Improve this Doc
View Source
IsLocked
Declaration
public override bool IsLocked { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GenerateID()
Declaration
protected override int GenerateID()
Returns
Overrides
Implements
Extension Methods