2
मानदंड SpatialRestrictions.IsWithinDistance NHibernate.Spatial
क्या किसी ने इसे लागू किया है, या पता है कि क्या इसे लागू करना मुश्किल होगा / इसका कोई संकेत है? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } NHibernate.Spatial.Criterion.SpatialRestrictions से मैं "जहां NHSP.Distance (PROPERTY,: बिंदु)" का उपयोग कर सकता …