Hi all! I am using Kentico 11, and I want to get data from custom table.string tableName = @customtable.MenuNavigation@; DataClassInfo imageTable = DataClassInfoProvider.GetDataClassInfo(tableN...
I am trying to reproduce the following SQL Command and result set in in Code....SELECT EventNotes AS IPAddress, COUNT(ItemID) AS LoginCount FROM customtable_FraudAlertLog WHERE UserID = 53 AND...
Here I am using this code, But not getting any items or show object null error : const string customTableClassName = @ESPO.FrameworkStatus@; //var customTableProvider = new CustomTableItem...