DataDictionary.Generated.Parameter.setTypeName C# (CSharp) Method

setTypeName() public method

public setTypeName ( string v ) : void
v string
return void
        public void setTypeName( string  v)
        {
            aTypeName = v;
              __setDirty(true);
              NotifyControllers(null);
        }