Class PostgresIndexConcurrentlyDefinition
Inherited Members
Namespace: FluentMigrator .Model
Assembly: FluentMigrator.Extensions.Postgres.dll
Syntax
public class PostgresIndexConcurrentlyDefinition : ICloneable, ICanBeValidated
Properties
| Edit this page View SourceIsConcurrently
Declaration
[Required(ErrorMessageResourceType = typeof(ErrorMessages), ErrorMessageResourceName = "ColumnNameCannotBeNullOrEmpty")]
public virtual bool IsConcurrently { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceClone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
object | A new object that is a copy of this instance. |
CollectValidationErrors(ICollection<string>)
Collect validation errors
Declaration
[Obsolete("Use the System.ComponentModel.DataAnnotations.Validator instead")]
public virtual void CollectValidationErrors(ICollection<string> errors)
Parameters
Type | Name | Description |
---|---|---|
ICollection<string> | errors | The collection of error messages |