Share via


PrimitivePropertyConfiguration.StoreGeneratedPattern Property

 

Gets or sets a value indicating which StoreGeneratedPattern is this property.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public DatabaseGeneratedOption StoreGeneratedPattern {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property DatabaseGeneratedOption StoreGeneratedPattern {
    [CompilerGeneratedAttribute]
    DatabaseGeneratedOption get();
    [CompilerGeneratedAttribute]
    void set(DatabaseGeneratedOption value);
}
member StoreGeneratedPattern : DatabaseGeneratedOption with get, set
Public Property StoreGeneratedPattern As DatabaseGeneratedOption

Property Value

Type: System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption

See Also

PrimitivePropertyConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top