Zetbox.DalProvider.Client.Mocks.BaseClientDataObjectMockImpl.this C# (CSharp) 메소드

this() 공개 메소드

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