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

GetPropertyError() protected method

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