Zetbox.DalProvider.Client.Mocks.BaseClientDataObjectMockImpl.this C# (CSharp) Method

this() public method

public this ( string columnName ) : string
columnName string
return string
        public string this[string columnName]
        {
            get { throw new NotImplementedException(); }
        }