Northwind.EntityFramework.ModelFirst.MsSql.CustomerDemographics.CreateCustomerDemographics C# (CSharp) 메소드

CreateCustomerDemographics() 공개 정적인 메소드

Create a new CustomerDemographics object.
public static CreateCustomerDemographics ( global customerTypeID ) : CustomerDemographics
customerTypeID global Initial value of the CustomerTypeID property.
리턴 CustomerDemographics
        public static CustomerDemographics CreateCustomerDemographics(global::System.String customerTypeID)
        {
            CustomerDemographics customerDemographics = new CustomerDemographics();
            customerDemographics.CustomerTypeID = customerTypeID;
            return customerDemographics;
        }