English | Greek |
generic type parameter constraint | περιορισμός παραμέτρου γενικού τύπου (A way of limiting the types that can be specified for a generic type parameter. For example, types substituted for the type parameter can be constrained to inherit from a particular type, to implement a specific interface, to provide a parameterless constructor, and so on) |
integrity constraint | περιορισμός ακεραιότητας (A property defined on a table that prevents data modifications that would create invalid data) |
parameterless constructor constraint | περιορισμός κατασκευής χωρίς παραμέτρους (A restriction on a generic type parameter, such that types substituted for that type parameter must provide a parameterless or default constructor) |
referential constraint | αναφορικός περιορισμός (An element of an SSDL schema that specifies the direction of an association with FromRole and ToRole attributes. A referential constraint corresponds to a CSDL navigation property) |