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

GetPropertyError() 보호된 메소드

protected GetPropertyError ( string prop ) : string
prop string
리턴 string
        protected override string GetPropertyError(string prop)
        {
            throw new NotImplementedException();
        }