nHydrate.Dsl.IndexColumn.IndexColumn C# (CSharp) 메소드

IndexColumn() 공개 메소드

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