Kadr.Data.PrikazSuperType.PrikazSuperType C# (CSharp) Method

PrikazSuperType() public method

public PrikazSuperType ( ) : System.Data.Linq
return System.Data.Linq
		public PrikazSuperType()
		{
			this._PrikazTypes = new EntitySet<PrikazType>(new Action<PrikazType>(this.attach_PrikazTypes), new Action<PrikazType>(this.detach_PrikazTypes));
			OnCreated();
		}