Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable.FindByCustomerID C# (CSharp) Метод

FindByCustomerID() приватный Метод

private FindByCustomerID ( string CustomerID ) : CustomersRow
CustomerID string
Результат CustomersRow
            public CustomersRow FindByCustomerID(string CustomerID) {
                return ((CustomersRow)(this.Rows.Find(new object[] {
                            CustomerID})));
            }