DataSet DSDocumentationFee = SelectLeaseDocumentationFeeSlabDetails();
DataTable DTDocumentationFee = DSDocumentationFee.Tables[0];
DataRow[] rows = DTDocumentationFee.Select("LeaseCostFrom <= " + LeaseCost + " AND LeaseCostTo >=" + LeaseCost);
DocumentationFee = Convert.ToDouble(rows[0]["DocumentationFeeAmount"]);
DataTable DTDocumentationFee = DSDocumentationFee.Tables[0];
DataRow[] rows = DTDocumentationFee.Select("LeaseCostFrom <= " + LeaseCost + " AND LeaseCostTo >=" + LeaseCost);
DocumentationFee = Convert.ToDouble(rows[0]["DocumentationFeeAmount"]);
No comments:
Post a Comment