Machete.Web.Helpers.jQueryDataTableParam.searchColName C# (CSharp) Method

searchColName() public method

public searchColName ( string name ) : string
name string
return string
        public string searchColName(string name)
        {
            if (this.mDataProp_0 == name) return this.sSearch_0;
            if (this.mDataProp_1 == name) return this.sSearch_1;
            if (this.mDataProp_2 == name) return this.sSearch_2;
            if (this.mDataProp_3 == name) return this.sSearch_3;
            if (this.mDataProp_4 == name) return this.sSearch_4;
            if (this.mDataProp_5 == name) return this.sSearch_5;
            if (this.mDataProp_6 == name) return this.sSearch_6;
            if (this.mDataProp_7 == name) return this.sSearch_7;
            if (this.mDataProp_8 == name) return this.sSearch_8;
            if (this.mDataProp_9 == name) return this.sSearch_9;
            if (this.mDataProp_10 == name) return this.sSearch_10;
            if (this.mDataProp_11 == name) return this.sSearch_11;
            if (this.mDataProp_12 == name) return this.sSearch_12;
            if (this.mDataProp_13 == name) return this.sSearch_13;
            if (this.mDataProp_14 == name) return this.sSearch_14;
            if (this.mDataProp_15 == name) return this.sSearch_15;
            return null;
        }
jQueryDataTableParam