更新
试试这个:
//define parametercommand.Parameters.Add("@shape", SqlDbType.NVarChar);////pre in between omitted////set value of parametercommand.Parameters["@shape"].Value = feature.Geometry.AsText();摘自使用SqlCommand插入SQL 2008
Geometry

更新
试试这个:
//define parametercommand.Parameters.Add("@shape", SqlDbType.NVarChar);////pre in between omitted////set value of parametercommand.Parameters["@shape"].Value = feature.Geometry.AsText();摘自使用SqlCommand插入SQL 2008
Geometry