Feature feature = new Feature();
feature.vcr_FeaturesName = AddedNode.ToString();
feature.int_ParentId = 0;
feature.int_CreatedBy = 1;
feature.dtm_CreatedDate = DateTime.Now;
FeatureRepository.Add(feature);
FeatureRepository.Save();
i am using linq how would i going to get the identity in the code above.