nHydrate.Dsl.IndexColumn.IndexColumn C# (CSharp) Method

IndexColumn() public method

Constructor
public IndexColumn ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new element is to be created.
return System
        public IndexColumn(DslModeling::Store store, params DslModeling::PropertyAssignment[] propertyAssignments)
            : this(store != null ? store.DefaultPartitionForClass(DomainClassId) : null, propertyAssignments)
        {
        }