Zetbox.DalProvider.Client.Mocks.BaseClientDataObjectMockImpl.this C# (CSharp) Méthode

this() public méthode

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