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

StoredProcedureField() public method

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