DataPropertyBuilder Methods Breeze.sharp

The DataPropertyBuilder type exposes the following members.

Methods

  Name Description
Public method ConcurrencyMode
Used to defined the ConcurrencyMode for this DataProperty.
Public method DefaultValue
Used to defined the default value for this DataProperty.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsAutoIncrementing
Used to defined that this DataProperty is autoIncrementing.
Public method IsNullable
Used to defined that this DataProperty is nullable.
Public method IsPartOfKey
Used to defined that this DataProperty is part of this Entity's EntityKey.
Public method IsRequired
Used to defined that this DataProperty is required. ( The opposite of IsNullable. )
Public method MaxLength
Used to defined the maximum string length for this DataProperty.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference