System.Data.OleDb.OleDbPermission.FromXml C# (CSharp) Method

FromXml() private method

private FromXml ( SecurityElement securityElement ) : void
securityElement System.Security.SecurityElement
return void
		public override void FromXml (SecurityElement securityElement)
		{
			throw new NotImplementedException ();
		}