Hello, I am looking for assistance with the basic class skeleton that would allow me to create a fuction similar to:
MyClass.FieldByName('firstname').AsString
OR
MyClass.FieldByName('startdate').AsDate
Etc ....
public class MyClass
{
public void Run()
{
// do something here ...
}
public ?????? FieldByName() ?????
{
????
}
}
Any assistnace would be appreciated.
Thanks